diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2019-03-01 20:46:37 -0300 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2019-03-01 20:46:37 -0300 |
commit | 1e4255e2a937d46dd46695eea56b570090427001 (patch) | |
tree | 5ba9e51cf06ef487f2b6ab6877c5c19a4840f0e7 /makefile | |
parent | 5cc91ab6001efb91a16104dee253e2f9111dddd4 (diff) | |
download | luasocket-1e4255e2a937d46dd46695eea56b570090427001.tar.gz luasocket-1e4255e2a937d46dd46695eea56b570090427001.tar.bz2 luasocket-1e4255e2a937d46dd46695eea56b570090427001.zip |
Update Windows projects vor Visual Studio 2017
Diffstat (limited to 'makefile')
-rwxr-xr-x[-rw-r--r--] | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ | |||
10 | # print print the build settings | 10 | # print print the build settings |
11 | 11 | ||
12 | PLAT?= linux | 12 | PLAT?= linux |
13 | PLATS= macosx linux win32 mingw freebsd solaris | 13 | PLATS= macosx linux win32 win64 mingw freebsd solaris |
14 | 14 | ||
15 | all: $(PLAT) | 15 | all: $(PLAT) |
16 | 16 | ||