Newer
Older
Scratch / mobius / src / drivers / Makefile
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 119 bytes Scratch
all:
	for /f %i in ('type DIRS') do @make -C %i --unix

clean:
	for /f %i in ('type DIRS') do @make -C %i clean --unix