shithub: scc

ref: 77f337174f231d989fdd4a7de1bd3d8ed366bd08
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