shithub: scc

ref: aaf5ff88b71d5e589da7245c942c4a7fa83ff983
dir: /lib/sys/Makefile/

View raw version
.POSIX:

PROJECTDIR = ../..

include $(PROJECTDIR)/rules.mk

all clean distclean:
	+@pwd=$$PWD ;\
	for i in $(SYSS); \
	do \
		cd $$i; \
		$(MAKE) -e SYS=$i $@ ;\
		cd $$pwd; \
	done