box-o-sand/Makefile
2011-05-29 06:08:33 -07:00

7 lines
67 B
Makefile

all:
cd ./basics && $(MAKE)
cd ./opengl && $(MAKE)
.PHONY: all