quakeforge-old/Makefile
Zephaniah E. Hull 570ede5076 Changed the root makefile so any rule will be passed along, not just 'all'.
Removed qw_client/gl_vidlinux_svga.c, nothing uses it and its almost a exact duplicate of gl_vidlinux.c.

Cleaned up ALL the compile time warnings..
1999-12-25 19:37:15 +00:00

6 lines
144 B
Makefile

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