shithub: scc

ref: 9fbfbfa441fb3354422e52928d7f3af02d1ea2ad
dir: /lib/crt/common.mk/

View raw version
all: $(TARGETS)

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

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