ref: 0ca62af5f0df449dd940cbd5b7e5723f739df8a0
dir: /tests/nm/execute/Makefile/
.POSIX: ROOT=$(PROJECTDIR)/root 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