aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDiego Nehab <diego@impa.br>2013-09-09 14:29:14 -0300
committerDiego Nehab <diego@impa.br>2013-09-09 14:29:14 -0300
commitd0b1f5b4c1cdc729c79c6bdc6036e3c64737f0c5 (patch)
tree641c2ba4121c01e9da628e33281ac54b8e159bd6 /makefile
parent396e9e5ee67dd3169aef6ef734d1f5e6f0ec76a9 (diff)
downloadluasocket-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--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 04cd894..e800be4 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 13PLATS= macosx linux win32 mingw freebsd
14 14
15all: $(PLAT) 15all: $(PLAT)
16 16