diff options
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
