mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
77b2942982
gamecode_builtins, gib, image, modules, object, ruamoko and util.
7 lines
280 B
Makefile
7 lines
280 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
# everything depends on util
|
|
# gib depends on console
|
|
# gamecode depends on gib (only for builtins, not the engine)
|
|
# ruamoko depends on gamecode (engine only, not builtins)
|
|
SUBDIRS=util audio console gib gamecode image models net object ruamoko video
|