quakeforge/ruamoko/Makefile

6 lines
102 B
Makefile

SUBDIRS=lib game
all clean:
@for subdir in $(SUBDIRS); do ( \
cd $$subdir && $(MAKE) $@ \
) done