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
2024-11-23 23:32:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
5cfdd28302
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-04 02:50:45 +00:00
test
:
cd
tests/build
&&
make
&&
./erc-test
Allow us to build erc from the root dir
2018-02-05 18:42:33 +00:00
build
:
cd
build
&&
make
&&
./erc
.PHONY
:
test
build
Reference in New Issue
Copy Permalink