shithub: scc

ref: b5b9eac2d984b1f67cd71c4547a3afd7f2bb6dd4
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: