From: Daniel Karbach Date: Thu, 5 Nov 2015 09:20:42 +0000 (+0100) Subject: let "make client" use ./saves as well X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=81e963e684a369d840affc3f2fb03170b1aa2262;p=blank.git let "make client" use ./saves as well since server and client use different sub directories it's not an issue anymore --- diff --git a/Makefile b/Makefile index 00230db..f42e12e 100644 --- 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