shithub: scc

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