1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-24 15:29:32 +00:00

Allow us to build erc from the root dir

This commit is contained in:
Peter Evans 2018-02-05 12:42:33 -06:00
parent 4ce79c785c
commit 149df404ac

View File

@ -1,4 +1,7 @@
test:
cd tests/build && make && ./erc-test
.PHONY: test
build:
cd build && make && ./erc
.PHONY: test build