shithub: scc

ref: f497555405330a595da88af8b145fa26d70d694e
dir: /tests/execute/Makefile/

View raw version
.POSIX:

all: tests

tests:
	CFLAGS='' SCCPREFIX=../../rootdir/ PATH=../../rootdir/bin:$$PATH ./chktest.sh < scc-tests.lst

clean:
	rm -f *.as *.o *.ir *.qbe *core test.log

distclean: clean
dep: