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