Integrate Third Party repackaging from Argeo SLC
[gpl/argeo-tp.git] / rebuild / Makefile
diff --git a/rebuild/Makefile b/rebuild/Makefile
new file mode 100644 (file)
index 0000000..f062f2a
--- /dev/null
@@ -0,0 +1,8 @@
+.PHONY: clean all
+
+all:
+       make -C org.argeo.tp all
+       
+clean:
+       make -C org.argeo.tp clean
+       
\ No newline at end of file