aboutsummaryrefslogtreecommitdiffstats
path: root/propagate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'propagate/Makefile')
-rw-r--r--propagate/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/propagate/Makefile b/propagate/Makefile
new file mode 100644
index 0000000..5722a0d
--- /dev/null
+++ b/propagate/Makefile
@@ -0,0 +1,5 @@
+all:
+ cd src/; $(MAKE)
+
+clean:
+ cd src/; $(MAKE) clean