]> git.localhorst.tv Git - blank.git/blobdiff - Makefile
let "make client" use ./saves as well
[blank.git] / Makefile
index 00230db9d4e52cee9857dc122b7705589af28570..f42e12e612e9aa246e5c832cc1b7a9eb2b601ce0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ server: $(ASSET_DEP) blank
        ./blank --server --save-path saves/
 
 client: $(ASSET_DEP) blank
-       ./blank --client --save-path client-saves/
+       ./blank --client --save-path saves/
 
 gdb: $(ASSET_DEP) blank.debug
        gdb ./blank.debug