TETRIS: Add windows_release target to Makefile

This commit is contained in:
2021-01-30 23:14:12 +01:00
parent ba1e2a2dc5
commit 392bc4f203
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ UNAME_S := Windows
CXX = cl
CXXFLAGS = -MD -EHsc /DDLLEXPORT
OBJEXT = obj
RM = del
else
UNAME_S := $(shell uname -s)
CXX ?= g++