summaryrefslogtreecommitdiff
path: root/Makefile_
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-04-24 16:44:45 +0200
committerJochen Dolze <vdr@dolze.de>2012-04-24 16:44:45 +0200
commitfaab1db375b46658959c22ddbd1977bc1fdeb50b (patch)
tree8b2281ce20af800d872ccbf840fa338edfcbbac1 /Makefile_
parent5f9d257b756d372a0033db0b17e87e573fefcbfd (diff)
downloadvdr-plugin-xmltv2vdr-faab1db375b46658959c22ddbd1977bc1fdeb50b.tar.gz
vdr-plugin-xmltv2vdr-faab1db375b46658959c22ddbd1977bc1fdeb50b.tar.bz2
Fixed automatic wakeup
Prevent unnecessary updates Optimized debug output
Diffstat (limited to 'Makefile_')
-rw-r--r--Makefile_14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile_ b/Makefile_
deleted file mode 100644
index 72424e7..0000000
--- a/Makefile_
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Makefile
-#
-#
-DIRS=dist/epgdata2xmltv .
-
-all:
- for i in $(DIRS); do $(MAKE) -C $$i; done
-
-install:
- for i in $(DIRS); do $(MAKE) -C $$i install; done
-
-clean:
- for i in $(DIRS); do $(MAKE) -C $$i clean; done