scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

Makefile (196B)


      1 .POSIX:
      2 
      3 all: tests
      4 
      5 tests:
      6 	CFLAGS='' SCCPREFIX=../../rootdir/ PATH=../../rootdir/bin:$$PATH ./chktest.sh < scc-tests.lst
      7 
      8 clean:
      9 	rm -f *.as *.o *.ir *.qbe *core test.log
     10 
     11 distclean: clean
     12 dep: