quakeforge-old/Makefile
Zephaniah E. Hull 5765f7fe5d BIG merge work, POQ now compiles, though at least glquake.3dfx has, err, issues..
Hopefully QW will still compile and work, thats the next commit I think..
1999-12-26 06:37:28 +00:00

6 lines
143 B
Makefile

SUBDIRS = qw_client qw_server standalone #standalone isn't done merging yet
all %:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir $@; \
done