diff options
author | Diego Nehab <diego@impa.br> | 2013-09-09 14:29:14 -0300 |
---|---|---|
committer | Diego Nehab <diego@impa.br> | 2013-09-09 14:29:14 -0300 |
commit | d0b1f5b4c1cdc729c79c6bdc6036e3c64737f0c5 (patch) | |
tree | 641c2ba4121c01e9da628e33281ac54b8e159bd6 /makefile | |
parent | 396e9e5ee67dd3169aef6ef734d1f5e6f0ec76a9 (diff) | |
download | luasocket-d0b1f5b4c1cdc729c79c6bdc6036e3c64737f0c5.tar.gz luasocket-d0b1f5b4c1cdc729c79c6bdc6036e3c64737f0c5.tar.bz2 luasocket-d0b1f5b4c1cdc729c79c6bdc6036e3c64737f0c5.zip |
Add support for FreeBSD in makefile
Thanks to Leryan. See issue #78.
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 | 13 | PLATS= macosx linux win32 mingw freebsd |
14 | 14 | ||
15 | all: $(PLAT) | 15 | all: $(PLAT) |
16 | 16 | ||