quakeforge-old/Makefile

7 lines
139 B
Makefile
Raw Normal View History

1999-12-25 05:22:39 +00:00
SUBDIRS = qw_client qw_server #standalone #standalone isn't done merging yet
all:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir; \
done