aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rwxr-xr-x[-rw-r--r--]makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index cc15b4e..f766a25 100644..100755
--- 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 solaris 13PLATS= macosx linux win32 win64 mingw freebsd solaris
14 14
15all: $(PLAT) 15all: $(PLAT)
16 16