shithub: scc

ref: 23dc13cd28f352c55d1052b45683269290af8682
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)