shithub: mc

ref: a6555761c1462da6c9f4134489a4d9b70bd1a0ea
dir: /test/Makefile/

View raw version
# don't build anything for 'all'
all: 

check:
	./build.sh
	./test.sh
.PHONY: clean
clean:
	rm -f $(TESTBIN) $(TESTBIN:=.o) $(TESTBIN:=.s)

install: