mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-17 19:30:13 +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
|