# Linux/i386 dependant part of the makefile.

OPTIMIZE=-O2
CC=gcc -W -Wunused
LDFLAGS=-static

include ../src/Makefile
