Build Unix-friendly versions directly from library.
diff --git a/unix/make/Make.Linux-386 b/unix/make/Make.Linux-386
new file mode 100644
index 0000000..74b0252
--- /dev/null
+++ b/unix/make/Make.Linux-386
@@ -0,0 +1,7 @@
+CC=gcc
+CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
+O=o
+AR=ar
+ARFLAGS=rvc
+NAN=nan64.$O	# default, can be overriden by Make.$(SYSNAME)
+NAN=nan64.$O