scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

Makefile (239B)


      1 .POSIX:
      2 
      3 ROOT=../../../
      4 
      5 all:
      6 	@PATH=$(ROOT)/libexec/scc/:$(ROOT)/bin:$$PATH ./chktest.sh
      7 
      8 tests:
      9 	@$(MAKE) |\
     10 	grep -v TODO |\
     11 	grep FAIL >/dev/null &&\
     12 	printf '[FAIL]' || printf '[PASS]'; printf '\tas/execute\n'
     13 
     14 clean:
     15 	rm -f test.log