change: Added compile rules to the Makefile so that I don't forget
This commit is contained in:
parent
5e5df1c961
commit
3cc759ce4b
6
Makefile
6
Makefile
@ -4,15 +4,15 @@ SAVES += witchcraft-save
|
|||||||
|
|
||||||
all: $(SAVES)
|
all: $(SAVES)
|
||||||
|
|
||||||
imperial-save:
|
imperial-save: compile
|
||||||
mkdir imperial-save
|
mkdir imperial-save
|
||||||
./spatial-db load worldsave "saves/Imperialcity v14.1/region" --output "imperial-save"
|
./spatial-db load worldsave "saves/Imperialcity v14.1/region" --output "imperial-save"
|
||||||
|
|
||||||
skygrid-save:
|
skygrid-save: compile
|
||||||
mkdir skygrid-save
|
mkdir skygrid-save
|
||||||
./spatial-db load worldsave "saves/SkyGrid/region" --output "skygrid-save"
|
./spatial-db load worldsave "saves/SkyGrid/region" --output "skygrid-save"
|
||||||
|
|
||||||
witchcraft-save:
|
witchcraft-save: compile
|
||||||
mkdir witchcraft-save
|
mkdir witchcraft-save
|
||||||
./spatial-db load worldsave "saves/Witchcraft/region" --output "witchcraft-save"
|
./spatial-db load worldsave "saves/Witchcraft/region" --output "witchcraft-save"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user