integrate and clean
This commit is contained in:
3
Makefile
3
Makefile
@@ -5,13 +5,14 @@ CFLAGS= -Wall -std=gnu99 -O6 -m32 -march=pentium3 -fomit-frame-pointer \
|
||||
-fexpensive-optimizations -ffast-math -fno-strict-aliasing \
|
||||
-I. -I./glide/headers -I/usr/include/glide \
|
||||
-DCVG
|
||||
|
||||
|
||||
LFLAGS=-L./glide/lib -lglide
|
||||
|
||||
OBJ=OBJs/main.o \
|
||||
OBJs/FaultSources.o \
|
||||
OBJs/Utils.o \
|
||||
OBJs/Draw.o \
|
||||
OBJs/Test_Common.o \
|
||||
OBJs/Test_Address.o \
|
||||
OBJs/Test_Data.o \
|
||||
OBJs/Test_Data_Huge.o
|
||||
|
||||
Reference in New Issue
Block a user