aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Makefile b/Game/Code/Makefile
index fcf534cd..85f7ae67 100644
--- a/Game/Code/Makefile
+++ b/Game/Code/Makefile
@@ -64,6 +64,6 @@ clean_obj:
clean_res:
rm -f UltraStar.lrs link.res
UltraStar.lrs: UltraStar.rc
- sh lazres-UltraStar.sh
+ ./lazres-UltraStar.sh
.PHONY: all resource ultrastar install clean distclean clean_obj clean_res