mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
df2ed4b086
This fixes the dependency issues between qwaq and ruamoko. qwaq is actually older than ruamoko. That little language feature test has come a long way. However, I'm considering moving to non-recursive make, but...
8 lines
133 B
Makefile
8 lines
133 B
Makefile
SUBDIRS= include lib game gui cl_menu scheme @ruamoko_dirs@
|
|
DIST_SUBDIRS=qwaq
|
|
|
|
doc: Doxyfile
|
|
doxygen
|
|
|
|
clean-local:
|
|
-rm -fr doxygen
|