diff -ruN kraptor-0.0.20040403.orig/makefile kraptor-0.0.20040403.new/makefile
--- kraptor-0.0.20040403.orig/makefile 2003-12-14 04:13:00.000000000 +0100
+++ kraptor-0.0.20040403.new/makefile 2006-09-22 22:46:31.000000000 +0200
@@ -5,7 +5,9 @@
# ------------------------------------------------------------------------
# This has the target platform defined, this is modified by fix.bat or fix.sh
-include target.os
+#include target.os
+
+TARGET = LINUX
# Suggested by GNU Coding Stardards
SHELL = /bin/sh
@@ -53,7 +55,7 @@
LFLAGS = -s -laldmb -ldumb -lalleg
# Compiler flags
-CFLAGS = -I$(INCDIR) -Wall -O3
+CFLAGS = -I$(INCDIR) -Wall -O2
endif
# ------------------
@@ -74,7 +76,7 @@
LFLAGS = -s -mwindows -laldmb -ldumb -lalleg
# Compiler flags
-CFLAGS = -I$(INCDIR) -Wall -O3
+CFLAGS = -I$(INCDIR) -Wall -O2
endif
# ------------------
@@ -95,7 +97,7 @@
LFLAGS = -laldmb -ldumb `allegro-config --libs`
# Compiler flags
-CFLAGS = -I$(INCDIR) -Wall -O3
+CFLAGS = -I$(INCDIR) -Wall -O2
endif
# ---------------------------------