11 lines
254 B
Makefile
11 lines
254 B
Makefile
CXX=g++
|
|
# CPPFLAGS=-Wall -g
|
|
# CPPFLAGS=-Wall -g -std=c++0x
|
|
# CPPFLAGS=-Wall -g -std=c++0x -pthread
|
|
|
|
all:
|
|
@echo "build things individually (make loops, etc.)"
|
|
|
|
clean:
|
|
@rm -vf auto constexpr ilists2 ilists init init_new lambda loops thread thread2 tuple
|