box-o-sand/Makefile

7 lines
67 B
Makefile
Raw Normal View History

2011-05-29 12:30:03 +00:00
all:
cd ./basics && $(MAKE)
2011-05-29 13:08:33 +00:00
cd ./opengl && $(MAKE)
2010-03-28 01:29:55 +00:00
2011-05-29 12:30:03 +00:00
.PHONY: all