mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-11 07:01:46 +00:00
6 lines
104 B
Makefile
6 lines
104 B
Makefile
SUBDIRS = qw_client qw_server uquake
|
|
|
|
all %:
|
|
for dir in $(SUBDIRS); do \
|
|
$(MAKE) -C $$dir $@; \
|
|
done
|