Files
cpp11/Makefile
T

11 lines
252 B
Makefile
Raw Normal View History

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