diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/makefile b/client/makefile index ca482d53..c1de78c2 100644 --- a/client/makefile +++ b/client/makefile @@ -27,7 +27,7 @@ clean: rm -f icons/adaptive-foreground.png icons/adaptive-background.png .godot/import-finished: $(LOCALES) - if not test -e $@; then godot --headless --import project.godot; fi + if test ! -e $@; then godot --headless --import project.godot; fi touch $@ $(LT): $(shell find ../locale/tools -type f) |