From d44e890e146518fee55ec8c8a6bb476c3c54d9f3 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Fri, 24 Jan 2025 02:31:03 -0800 Subject: [PATCH] Makefile: simple name change of qlight --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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