shithub: scc

ref: aa911418f7dfb7fa7f5026d8cd3f52b03e86fc7e
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