2012-05-05 08:01:40 -07:00
|
|
|
CXX=g++
|
|
|
|
# CPPFLAGS=-Wall -g
|
2012-05-05 08:34:07 -07:00
|
|
|
# CPPFLAGS=-Wall -g -std=c++0x
|
2012-05-05 12:45:49 -07:00
|
|
|
CPPFLAGS=-Wall -g -std=c++0x -pthread
|
2012-05-05 08:01:40 -07:00
|
|
|
|
|
|
|
all:
|
|
|
|
@echo "build things individually (make loops, etc.)"
|
|
|
|
|
|
|
|
clean:
|
2012-05-05 08:34:07 -07:00
|
|
|
@rm -vf auto constexpr ilists2 ilists init init_new lambda loops thread thread2 tuple
|