summaryrefslogtreecommitdiffstats
path: root/pimd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/Makefile')
-rw-r--r--pimd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/pimd/Makefile b/pimd/Makefile
new file mode 100644
index 0000000..87a5388
--- /dev/null
+++ b/pimd/Makefile
@@ -0,0 +1,10 @@
+all: ALWAYS
+ @$(MAKE) -s -C .. pimd/pimd
+%: ALWAYS
+ @$(MAKE) -s -C .. pimd/$@
+
+Makefile:
+ #nothing
+ALWAYS:
+.PHONY: ALWAYS makefiles
+.SUFFIXES: