diff --git a/README.md b/README.md index a932302..2444399 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ The most recent stable build for Windows can be found [here](https://dl.dropboxu * [lua 5.2](http://www.lua.org/) - The lua programming language * [SQLite3](http://www.sqlite.org/) - A lightweight SQL database engine +## Tools + +* [WinRAR](http://www.rarlab.com/) - The best compression tool available IMO; only needed for distribution + ## Copyright (Future versions (to be determined) may be released under a modified version of the [Uplink Developer's License](http://www.introversion.co.uk/uplink/developer/license.html).) diff --git a/makefile b/makefile index 8e55ca3..0c09a5e 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,9 @@ -#for use on Windows: - -#MKDIR=mkdir +#Windows 7: #RM=del /y +#Windows 8.1: +#RM=del /S + OUTDIR=out all: $(OUTDIR)