old-DasOS/prototypes/Makefile
2016-05-21 13:07:56 +02:00

8 lines
123 B
Makefile

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