diff --git a/Makefile b/Makefile index 68d017632..8ecacb5a7 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ 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 deploy +.PHONY: all test clustertest clean testplugin # This sets our default by being the first target, and also sets `all` in case someone types `make all`. all: bedrock test clustertest @@ -44,9 +44,6 @@ test: test/test clustertest: test/clustertest/clustertest testplugin testplugin: test/clustertest/testplugin/testplugin.so -deploy: - scp -J cole@bastion1.sjc bedrock ubuntu@54.184.12.51:~/bedrock - clean: rm -rf $(INTERMEDIATEDIR) rm -rf libstuff.a