shithub: scc

ref: dafc7b4128023928611008473fd07e0ab7a0bbd8
dir: /lib/crt/Makefile/

View raw version
.POSIX:

PROJECTDIR = ../..
include $(PROJECTDIR)/rules.mk

DIRS = amd64-sysv-linux amd64-sysv-openbsd amd64-sysv-netbsd

all: $(DIRS)

$(DIRS): FORCE
	@cd $@ && $(MAKE)

clean:
	$(FORALL)