ref: 60cac7ad2c6dde9b5530b179c1b200c7c26339ae dir: /test/Makefile/
# don't build anything for 'all' all: check: ./build.sh ./test.sh .PHONY: clean clean: rm -f $(TESTBIN) $(TESTBIN:=.o) $(TESTBIN:=.s) install: