shithub: scc

ref: 0646fcf44045b03e1ac837d2f2333b8af85d9f54
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