summaryrefslogtreecommitdiff
path: root/mogltk/Makefile
diff options
context:
space:
mode:
authorpixel <pixel>2002-11-11 20:07:41 +0000
committerpixel <pixel>2002-11-11 20:07:41 +0000
commit028c7dcfa9f1920d5fa2e573790bef40c4076275 (patch)
tree3c5f2bd9e90b7d57bae84111a200ee608c9d9bc3 /mogltk/Makefile
parent9cde21d59d7c1f9b385d334cd60ae241ce9cf49b (diff)
Still working ;-)
Diffstat (limited to 'mogltk/Makefile')
-rwxr-xr-xmogltk/Makefile2
1 files changed, 1 insertions, 1 deletions
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}