Makefile: simple name change of qlight

This commit is contained in:
Marco Cawthorne 2025-01-24 02:31:03 -08:00
parent 9d2f0a562f
commit d44e890e14

View file

@ -59,7 +59,7 @@ wad: imgtool palette
maps: wad
./Tools/build_maps.sh $(GAME)
$(GAME)/maps/%.bsp: qbsp qlight qvis
$(GAME)/maps/%.bsp: qbsp qrad qvis
Tools/make_map.sh $(GAME) "$@"
models: iqmtool palette
@ -137,8 +137,8 @@ qbsp:
qvis:
printf "qvis build\n"
qlight:
printf "qlight build\n"
qrad:
printf "qrad build\n"
radiant: update
if [ ! -d ThirdParty/gtkradiant ];then git clone https://github.com/TTimo/gtkradiant ThirdParty/gtkradiant;fi