]> git.0d.be Git - recent.git/commitdiff
add Makefile
authorFrédéric Péters <fpeters@0d.be>
Thu, 12 Feb 2015 10:20:30 +0000 (11:20 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 12 Feb 2015 10:24:48 +0000 (11:24 +0100)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..1ccaeed
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+recent: recent.c
+       gcc -g -O2 -Wall recent.c -o recent `pkg-config --cflags --libs gtk+-3.0`
+
+all: recent