ref: 559a18680dd0c9fbb7683dc57a3e93b6eff5fe12
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