Makefile (177B)
1 .POSIX: 2 3 ROOT=../../../root 4 5 all: tests 6 7 tests: 8 @CFLAGS='' SCCPREFIX=$(ROOT) PATH=$(ROOT)/bin:$$PATH chktest.sh scc-tests.lst 9 10 clean: 11 rm -f *.as *.o *.ir *.qbe *core test.log
![]() | sccsimple c99 compiler |
git clone git://git.simple-cc.org/scc | |
Log | Files | Refs | README | LICENSE |