mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-24 14:32:08 +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
|