shithub: scc

ref: 05f7f88c948840fbfcabc5e8e0e946e705530f80
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)