summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-02-09 22:57:55 -0500
committermike castleman <m@mlcastle.net>2008-02-09 22:57:55 -0500
commit0e9fcae8b7434972a6ae2d76a79136c24305d7c5 (patch)
tree1f89cafe28feb6cedde116eae686b91b2a22517a /Makefile
initial import
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..eb82821
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+monkeysphere: main.c
+ gcc -g -Wall --pedantic -o monkeysphere main.c `libgnutls-config --libs --cflags` -lgnutls-extra
+
+clean:
+ rm monkeysphere