From 1292cd288dd5761450e714ab5f096233cc250405 Mon Sep 17 00:00:00 2001 From: pk910 Date: Wed, 10 Aug 2011 01:12:20 +0200 Subject: [PATCH] added Makefile --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 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 -- 2.20.1