changeset 6:5caa361f3972

Joo.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 09:49:26 +0300
parents 686cfe0b7ee4
children 2ff53bcfe366
files Makefile config.mak
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Sep 28 05:16:10 2012 +0300
+++ b/Makefile	Fri Sep 28 09:49:26 2012 +0300
@@ -7,9 +7,9 @@
 RANLIB=ranlib
 
 DMLIB = ./dmlib/
-BINPATH ?= 
+BINPATH ?= ./
 OBJPATH ?= ./unix/
-EXEEXT ?=
+EXEEXT ?= .bin
 
 BINARIES=krapula
 
--- a/config.mak	Fri Sep 28 05:16:10 2012 +0300
+++ b/config.mak	Fri Sep 28 09:49:26 2012 +0300
@@ -10,7 +10,7 @@
 DM_USE_C=yes
 
 # Use MMX/SSE SIMD assembler routines?
-DM_USE_SIMD=no
+DM_USE_SIMD=yes
 
 
 DMRES_PACKFS=yes