shithub: scc

ref: 736b8b4e9a0173ce9a59655b3e5ae04dc1ac2700
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