ref: 51b5a24e09ca25aa34dfb8cc50299ee75cfd06c1
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