summaryrefslogtreecommitdiff
path: root/lib/Makefile
blob: f27782ba4ec15947be966dfa624f91aac5020f38 (plain)
1
2
3
4
5
6
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