updated make file to be more automatic

This commit is contained in:
Stephen M. McQuay
2012-05-05 14:14:40 -06:00
parent 5c9ebc0489
commit dd5c982be1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ CPPFLAGS=-Wall -g -std=c++0x -pthread
all: auto constexpr ilists init init_new lambda loops thread thread2 tuple
test: all
run: all
./auto
./constexpr
./ilists