Added Windows 8.1 to the makefile config

This commit is contained in:
Kayne Ruse
2015-01-08 15:44:14 +11:00
parent 1973cfd061
commit 31fc5a8fa5
+4 -3
View File
@@ -1,8 +1,9 @@
#for use on Windows: #Windows 7:
#MKDIR=mkdir
#RM=del /y #RM=del /y
#Windows 8.1:
#RM=del /S
OUTDIR=out OUTDIR=out
all: $(OUTDIR) all: $(OUTDIR)