mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-11 22:47:30 +00:00
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
|