mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
5 lines
102 B
Makefile
5 lines
102 B
Makefile
SUBDIRS=lib game
|
|
all clean:
|
|
@for subdir in $(SUBDIRS); do ( \
|
|
cd $$subdir && $(MAKE) $@ \
|
|
) done
|