ref: 1c2826a8e5a78c85eea6bd234ff384241b2dc3db
dir: /tests/nm/execute/Makefile/
.POSIX: ROOT=$(PROJECTDIR)/rootdir OUT = z80.out all: tests tests: $(OUT) @PATH=$(ROOT)/bin:$$PATH ./chktest.sh z80.out: master.s z80-unknown-coff-as -o $@ master.s clean: rm -f *.a *.out test.log