Skip to content

Commit

Permalink
Revert accidental make file commit
Browse files Browse the repository at this point in the history
  • Loading branch information
coleaeason committed Jul 24, 2024
1 parent 5b29403 commit d8c2744
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@ 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
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
Expand Down

0 comments on commit d8c2744

Please sign in to comment.