ref: 3065ee64d255b9eca94efd48269cd291960d6c4e 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: