ref: 9332f34cf7bae72b9ccaa290cae5a1eec3f34f3d
dir: /tests/Makefile/
.POSIX:
PROJECTDIR = ..
include $(PROJECTDIR)/scripts/rules.mk
DIRS=ar/execute \
     nm/execute \
     as/execute \
     ld/execute \
     libc/execute \
     scc/execute scc/error
all clean:
	$(FORALL)