shithub: scc

ref: 7f832c62c90bc9660709b4a7171c28a418abfd03
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