This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
erc-c
Watch
1
Star
0
Fork
0
You've already forked erc-c
mirror of
https://github.com/pevans/erc-c.git
synced
2025-01-17 19:30:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
erc-c
/
Makefile
8 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
Allow us to run unit tests from the root dir
2018-02-03 20:50:45 -06:00
test
:
cd
tests/build
&&
make
&&
./erc-test
Allow us to build erc from the root dir
2018-02-05 12:42:33 -06:00
build
:
cd
build
&&
make
&&
./erc
.PHONY
:
test
build
Reference in New Issue
Copy Permalink