Switch to unified view

a b/3D Reconstruction/3D Visualization/Dual Marching Cubes/Makefile
1
# build apps in apps subdir
2
all: $(BINDIR)
3
    $(MAKE) -C apps
4
5
clean:
6
    $(MAKE) -C apps $@
7
8
.PHONY: all clean