View | Details | Raw Unified
Collapse All | Expand All

(-) makefile (-3 / +3 lines)
 Lines 1-8    Link Here 
OBJ = hiscore rec scrctl tetanus crc allegdlg hgrcos
OBJ = hiscore rec scrctl tetanus crc allegdlg hgrcos
HEADS = tod.h allegdlg.h crc.h hgrcos.h hiscore.h
HEADS = tod.h allegdlg.h crc.h hgrcos.h hiscore.h
LIBS = -lalleg
LIBS = `allegro-config --libs`
CFLAGS = -Wall -march=i486 -mcpu=i686 -O3 -ffast-math
CFLAGS = `allegro-config --cflags`
LDFLAGS = -mwindows
LDFLAGS =
CC = gcc
CC = gcc