diff --git a/stead/Makefile b/stead/Makefile index f6fb01f..1bf4acd 100644 --- a/stead/Makefile +++ b/stead/Makefile @@ -15,7 +15,7 @@ install: $(INSTALL) dbg.lua $(STEADPATH)/dbg.lua $(INSTALL) vars.lua $(STEADPATH)/vars.lua $(INSTALL) prefs.lua $(STEADPATH)/prefs.lua - $(INSTALL) snapshot.lua $(STEADPATH)/snapshot.lua + $(INSTALL) snapshots.lua $(STEADPATH)/snapshots.lua $(INSTALL) object.lua $(STEADPATH)/object.lua $(INSTALL) format.lua $(STEADPATH)/format.lua $(INSTALL) dash.lua $(STEADPATH)/dash.lua diff --git a/stead/Makefile.windows b/stead/Makefile.windows index 3f01365..93dc743 100644 --- a/stead/Makefile.windows +++ b/stead/Makefile.windows @@ -12,7 +12,7 @@ install: copy dbg.lua ..\bin\stead copy vars.lua ..\bin\stead copy prefs.lua ..\bin\stead - copy snapshot.lua ..\bin\stead + copy snapshots.lua ..\bin\stead copy object.lua ..\bin\stead copy format.lua ..\bin\stead copy para.lua ..\bin\stead