finished product

This commit is contained in:
Stephen M. McQuay
2012-05-05 13:45:49 -06:00
parent db5f9714a5
commit 815175e35e
5 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
CXX=g++
# CPPFLAGS=-Wall -g
# CPPFLAGS=-Wall -g -std=c++0x
# CPPFLAGS=-Wall -g -std=c++0x -pthread
CPPFLAGS=-Wall -g -std=c++0x -pthread
all:
@echo "build things individually (make loops, etc.)"