ref: 2b7d11ed0ac110049760a34794686a0cd65071d6
dir: /tests/strip/execute/Makefile/
.POSIX: 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