shithub: scc

ref: 76ca88468843aaf2a21a15f240d0dc37d5ae8eb6
dir: /tests/execute/Makefile/

View raw version
.POSIX:

all: tests

tests:
	CFLAGS='' SCCEXECPATH=../../bin PATH=../../bin:$$PATH ./chktest.sh < scc-tests.lst
clean:
	rm -f *.as *.o *.ir *.qbe *core test.log

distclean: clean
dep: