-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Cleanup includes, more DRY version code, fix upper bug""
This reverts commit 9f1288f.
- Loading branch information
1 parent
9f1288f
commit 5b29403
Showing
3 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,14 +36,17 @@ LIBPATHS =-L$(PROJECT) -Lmbedtls/library | |
LIBRARIES =-Wl,--start-group -lbedrock -lstuff -Wl,--end-group -ldl -lpcrecpp -lpthread -lmbedtls -lmbedx509 -lmbedcrypto -lz -lm | ||
|
||
# These targets aren't actual files. | ||
.PHONY: all test clustertest clean testplugin | ||
.PHONY: all test clustertest clean testplugin deploy | ||
|
||
# This sets our default by being the first target, and also sets `all` in case someone types `make all`. | ||
all: bedrock test clustertest | ||
test: test/test | ||
clustertest: test/clustertest/clustertest testplugin | ||
testplugin: test/clustertest/testplugin/testplugin.so | ||
|
||
deploy: | ||
scp -J [email protected] bedrock [email protected]:~/bedrock | ||
|
||
clean: | ||
rm -rf $(INTERMEDIATEDIR) | ||
rm -rf libstuff.a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters