typo in Makefile

This commit is contained in:
p.kosyh 2010-07-06 09:25:06 +00:00
parent 2efc6a7c9a
commit 5f17afc295
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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