shithub: scc

ref: 7c42356fedc0939eac2a02572d28c77506b5470c
dir: /lib/crt/common.mk/

View raw version
all: $(TARGETS)

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

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