ref: 65014a8ce3a1b7d2b18c97bca389d17d83faff57
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