aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDiego Nehab <diego.nehab@gmail.com>2016-02-11 11:02:58 -0200
committerDiego Nehab <diego.nehab@gmail.com>2016-02-11 11:02:58 -0200
commitbf13ec7fd4fb05666964cf629e9b10591356ff67 (patch)
tree16ba969d0ea20dd10478873bff8a00d3e90cf681 /makefile
parent280e1d68a62ebf65b4526e300813e6d805216ea7 (diff)
parent5d52ffedf49ca14af2926eac9ddbf9bfc5e8c56c (diff)
downloadluasocket-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--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e34f5a9..cc15b4e 100644
--- a/makefile
+++ b/makefile
@@ -10,7 +10,7 @@
10# print print the build settings 10# print print the build settings
11 11
12PLAT?= linux 12PLAT?= linux
13PLATS= macosx linux win32 mingw freebsd 13PLATS= macosx linux win32 mingw freebsd solaris
14 14
15all: $(PLAT) 15all: $(PLAT)
16 16