cpp11/Makefile

11 lines
252 B
Makefile
Raw Normal View History

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
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