summaryrefslogtreecommitdiff
path: root/utils/nwztools/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/scripts')
-rw-r--r--utils/nwztools/scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nwztools/scripts/Makefile b/utils/nwztools/scripts/Makefile
index ed6e725291..590fe775ba 100644
--- a/utils/nwztools/scripts/Makefile
+++ b/utils/nwztools/scripts/Makefile
@@ -25,7 +25,7 @@ else
25endif 25endif
26 26
27clean: 27clean:
28 rm -rf *.UPG 28 rm -rf *.upg
29 29
30list_targets: 30list_targets:
31 $(upgtool) -m ?; true # upgtool returns an error in this case, ignore it 31 $(upgtool) -m ?; true # upgtool returns an error in this case, ignore it