Added all possible CCFLAGS
This commit is contained in:
parent
52dabdd8c0
commit
318f0a9664
5
Makefile
5
Makefile
@ -1,9 +1,10 @@
|
||||
CXX=g++
|
||||
CPPFLAGS=-Wall -g -std=c++0x
|
||||
# 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 loops
|
||||
@rm -vf auto constexpr ilists2 ilists init init_new lambda loops thread thread2 tuple
|
||||
|
Loading…
Reference in New Issue
Block a user