added Makefile
authorpk910 <philipp@zoelle1.de>
Tue, 9 Aug 2011 23:12:20 +0000 (01:12 +0200)
committerpk910 <philipp@zoelle1.de>
Tue, 9 Aug 2011 23:12:20 +0000 (01:12 +0200)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..e30f393
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+CFLAGS=-O0 -g -Wall -Wshadow -Werror
+
+all:
+       gcc -o pksock -O0 -g -Wall main.c -Wshadow -Werror
+
+library:
+       gcc -o libpksock.so
+
+binary:
\ No newline at end of file