X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=f42e12e612e9aa246e5c832cc1b7a9eb2b601ce0;hb=81e963e684a369d840affc3f2fb03170b1aa2262;hp=00230db9d4e52cee9857dc122b7705589af28570;hpb=ec40d74319e24480c00f63cb6cfdbd6e1c454f3d;p=blank.git 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