futzing around with opengl

This commit is contained in:
Dan Buch
2011-05-29 06:08:33 -07:00
parent 3d24f88327
commit bb504b7c61
3 changed files with 112 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
all:
cd ./basics && $(MAKE)
cd ./opengl && $(MAKE)
.PHONY: all