mirror of
https://projects.vdr-developer.org/git/vdr-plugin-scraper2vdr.git
synced 2023-10-19 17:58:31 +02:00
8 lines
134 B
Makefile
8 lines
134 B
Makefile
|
|
|
|
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
|