mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-24 21:01:17 +00:00
570ede5076
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..
6 lines
144 B
Makefile
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
|