shithub: scc

ref: 2605b26a91d34983201cf0e7c643e28eda4cb159
dir: /lib/crt/Makefile/

View raw version
.POSIX:

PROJECTDIR = ../..

include $(PROJECTDIR)/rules.mk

all:

dep:
	./gendep.sh $(TARGETS)

clean:
	rm -f */crt.o

distclean: clean
	rm -f makefile