From 028c7dcfa9f1920d5fa2e573790bef40c4076275 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 11 Nov 2002 20:07:41 +0000 Subject: Still working ;-) --- mogltk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mogltk/Makefile') diff --git a/mogltk/Makefile b/mogltk/Makefile index 510baa6..4e99e89 100755 --- a/mogltk/Makefile +++ b/mogltk/Makefile @@ -3,7 +3,7 @@ CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Werror -I../includes -DHAVE_ZLIB `sdl-config --cflags` CXX=g++ -OBJECTS = glbase.o engine.o +OBJECTS = glbase.o engine.o gltexture.o glfont.o TARGET = mogltk.a all: ${TARGET} -- cgit v1.2.3