shithub: mc

ref: 594d18234e9f3c0591dfe2da55e6d0b9e0d97c9c
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: