old-MTGos/modules/3ds/dsp/Makefile

5 lines
76 B
Makefile
Raw Normal View History

2016-08-05 20:03:14 +00:00
SUBDIRS = txt
all:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir; \
done