1
0
mirror of https://github.com/pevans/erc-c.git synced 2026-04-19 18:16:32 +00:00
Files
erc-c/Makefile
T
2018-02-05 12:42:33 -06:00

8 lines
99 B
Makefile

test:
cd tests/build && make && ./erc-test
build:
cd build && make && ./erc
.PHONY: test build