summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-04-12 17:10:43 +0200
committerlouis <louis.braun@gmx.de>2014-04-12 17:10:43 +0200
commit801610d2595720208ed344cdb8ae2cb997d97e71 (patch)
tree075dce4115f3d1153f13996d528f2aef694b6a8d /lib/Makefile
downloadvdr-plugin-scraper2vdr-801610d2595720208ed344cdb8ae2cb997d97e71.tar.gz
vdr-plugin-scraper2vdr-801610d2595720208ed344cdb8ae2cb997d97e71.tar.bz2
initial commit
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile7
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