ref: 1ee7b711a9622a60058e33f5a2b4e27bab47a42f 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: