shithub: scc

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