--- a
+++ b/3D Reconstruction/3D Visualization/Dual Marching Cubes/Makefile
@@ -0,0 +1,8 @@
+# build apps in apps subdir
+all: $(BINDIR)
+	$(MAKE) -C apps
+
+clean:
+	$(MAKE) -C apps $@
+
+.PHONY: all clean
\ No newline at end of file