Home
       Makefile - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR 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