updated make file to be more automatic
This commit is contained in:
@@ -1,10 +1,22 @@
|
||||
CXX=g++
|
||||
CXX=g++-4.7
|
||||
# CPPFLAGS=-Wall -g
|
||||
# CPPFLAGS=-Wall -g -std=c++0x
|
||||
CPPFLAGS=-Wall -g -std=c++0x -pthread
|
||||
|
||||
all:
|
||||
@echo "build things individually (make loops, etc.)"
|
||||
all: auto constexpr ilists init init_new lambda loops thread thread2 tuple
|
||||
|
||||
test: all
|
||||
./auto
|
||||
./constexpr
|
||||
./ilists
|
||||
./init
|
||||
./init_new
|
||||
./lambda
|
||||
./loops
|
||||
./thread
|
||||
./thread2
|
||||
./tuple
|
||||
|
||||
|
||||
clean:
|
||||
@rm -vf auto constexpr ilists2 ilists init init_new lambda loops thread thread2 tuple
|
||||
@rm -vf auto constexpr ilists init init_new lambda loops thread thread2 tuple
|
||||
|
||||
Reference in New Issue
Block a user