]> git.localhorst.tv Git - blank.git/commitdiff
let "make client" use ./saves as well
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 5 Nov 2015 09:20:42 +0000 (10:20 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 5 Nov 2015 09:20:42 +0000 (10:20 +0100)
since server and client use different sub directories
it's not an issue anymore

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