aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-12-06 10:12:06 -0500
committerDeterminant <ted.sybil@gmail.com>2019-12-06 10:12:06 -0500
commit5266d3a41ceb38108cedeed646902f3252cb4f53 (patch)
treea45273a29aea118d0b63e374a2b3229444e97cda /Makefile
parentb6d1796be78b1156d835f8a81efbf8cc24750520 (diff)
add setup.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5cb488f..243ed40 100644
--- a/Makefile
+++ b/Makefile
@@ -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