Makefile - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
Makefile (234B)
---
1 .POSIX:
2
3 ROOT=../../../
4 BINDIR=$(ROOT)/bin
5
6 all:
7 PATH=$(BINDIR):$$PATH ./chktest.sh
8
9 tests:
10 @$(MAKE) |\
11 grep -v TODO |\
12 grep FAIL >/dev/null &&\
13 printf '[FAIL]' || printf '[PASS]'; printf '\tas/execute\n'
14
15 clean:
16 rm -f test.log