mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 20:51:17 +00:00
5 lines
58 B
Makefile
5 lines
58 B
Makefile
|
test:
|
||
|
cd tests/build && make && ./erc-test
|
||
|
|
||
|
.PHONY: test
|