updated make file to be more automatic
This commit is contained in:
@@ -5,7 +5,7 @@ CPPFLAGS=-Wall -g -std=c++0x -pthread
|
|||||||
|
|
||||||
all: auto constexpr ilists init init_new lambda loops thread thread2 tuple
|
all: auto constexpr ilists init init_new lambda loops thread thread2 tuple
|
||||||
|
|
||||||
test: all
|
run: all
|
||||||
./auto
|
./auto
|
||||||
./constexpr
|
./constexpr
|
||||||
./ilists
|
./ilists
|
||||||
|
|||||||
+2
-2
@@ -26,9 +26,9 @@ or to build it all::
|
|||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
Also, you can run it all with the test target:
|
Also, you can run it all with the *run* target::
|
||||||
|
|
||||||
make test
|
make run
|
||||||
|
|
||||||
if it returns 0, then everything went fine.
|
if it returns 0, then everything went fine.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user