shithub: scc

ref: 85b514f5c1368e93ba0f368366fd68db0a4eb3d6
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