1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-16 06:29:37 +00:00
erc-c/Makefile

5 lines
58 B
Makefile
Raw Normal View History

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