shithub: scc

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

View raw version
all: $(TARGETS)

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

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