Merge remote-tracking (subtree) branch 'PracticingCpp/master'

This commit is contained in:
Dan Buch
2012-03-03 20:21:13 -05:00
8 changed files with 40 additions and 0 deletions

6
PracticingCpp/Makefile Normal file
View File

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