shithub: scc

ref: 1da7f45ae0e42aff174c695d948449bf22bf4b33
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