diff --git a/Makefile b/Makefile index 28c85c2..b8ba676 100644 --- a/Makefile +++ b/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