Makefile (163B)
1 .POSIX: 2 3 all: tests 4 5 tests: 6 CFLAGS='' SCCEXECPATH=../../bin PATH=../../bin:$$PATH ./chktest.sh < scc-tests.lst 7 8 clean: 9 rm -f *.as *.o *.ir *.qbe *core test.log 10
sccsimple C compiler | |
git clone git://git.2f30.org/scc | |
Log | Files | Refs | README | LICENSE |