diff options
author | Determinant <[email protected]> | 2019-12-06 10:12:06 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2019-12-06 10:12:06 -0500 |
commit | 5266d3a41ceb38108cedeed646902f3252cb4f53 (patch) | |
tree | a45273a29aea118d0b63e374a2b3229444e97cda /Makefile | |
parent | b6d1796be78b1156d835f8a81efbf8cc24750520 (diff) |
add setup.sh
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ -.PHONY: all clean +.PHONY: all clean cdep examples -all: build/test_msgnet build/test_p2p_stress build/test_msgnet_tls build/bench_network +all: cdep examples + +examples: build/test_msgnet build/test_p2p_stress build/test_msgnet_tls build/bench_network + +cdep: build/libsalticidae.a build/libsalticidae.a: build scripts/build.sh |