vdr-plugin-scraper2vdr/lib/Makefile

8 lines
134 B
Makefile
Raw Normal View History

2014-04-12 17:10:43 +02:00
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