old-DasOS/prototypes/Makefile
2016-05-30 19:48:07 +02:00

8 lines
131 B
Makefile

PROJECTS = $(shell ls --file-type | grep / | sed "s|/||")
all: $(PROJECTS)
.PHONY: $(PROJECTS)
$(PROJECTS):
make -C $@ $(ARGS)