Makefile: simple name change of qlight
This commit is contained in:
parent
9d2f0a562f
commit
d44e890e14
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue