From 801610d2595720208ed344cdb8ae2cb997d97e71 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 12 Apr 2014 17:10:43 +0200 Subject: initial commit --- lib/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/Makefile (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile new file mode 100644 index 0000000..f27782b --- /dev/null +++ b/lib/Makefile @@ -0,0 +1,7 @@ + + +all: + g++ -ggdb -DPLGDIR='"."' test.c common.c config.c db.c tabledef.c -lrt -lz -lmysqlclient -o t + +clean: + rm -f *.o *.a *~ core -- cgit v1.2.3