mirror of
https://projects.vdr-developer.org/git/vdr-plugin-scraper2vdr.git
synced 2023-10-19 15:58:31 +00:00
initial commit
This commit is contained in:
7
lib/Makefile
Normal file
7
lib/Makefile
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user