mirror of
https://github.com/pevans/erc-c.git
synced 2025-02-17 07:32:05 +00:00
5 lines
58 B
Makefile
5 lines
58 B
Makefile
|
test:
|
||
|
cd tests/build && make && ./erc-test
|
||
|
|
||
|
.PHONY: test
|