shithub: scc

ref: d75c01ac6bb53fc48551d716458abf428c2687c6
dir: /lib/crt/common.mk/

View raw version
all: $(TARGETS)

$(CRT): crt.o
	cp crt.o $@

clean:
	rm -f *.o
	rm -f $(TARGETS)