diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2016-02-11 11:02:58 -0200 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2016-02-11 11:02:58 -0200 |
commit | bf13ec7fd4fb05666964cf629e9b10591356ff67 (patch) | |
tree | 16ba969d0ea20dd10478873bff8a00d3e90cf681 /makefile | |
parent | 280e1d68a62ebf65b4526e300813e6d805216ea7 (diff) | |
parent | 5d52ffedf49ca14af2926eac9ddbf9bfc5e8c56c (diff) | |
download | luasocket-bf13ec7fd4fb05666964cf629e9b10591356ff67.tar.gz luasocket-bf13ec7fd4fb05666964cf629e9b10591356ff67.tar.bz2 luasocket-bf13ec7fd4fb05666964cf629e9b10591356ff67.zip |
Merge pull request #155 from JonasKunze/feature/solaris
Added Solaris platform
Diffstat (limited to 'makefile')
-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 | 13 | PLATS= macosx linux win32 mingw freebsd solaris |
14 | 14 | ||
15 | all: $(PLAT) | 15 | all: $(PLAT) |
16 | 16 | ||