shithub: scc

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