diff options
Diffstat (limited to 'mogltk/Makefile')
-rwxr-xr-x | mogltk/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mogltk/Makefile b/mogltk/Makefile deleted file mode 100755 index 4e99e89..0000000 --- a/mogltk/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/make -f - -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Werror -I../includes -DHAVE_ZLIB `sdl-config --cflags` -CXX=g++ - -OBJECTS = glbase.o engine.o gltexture.o glfont.o -TARGET = mogltk.a - -all: ${TARGET} - -mogltk.a: ${OBJECTS} - ar -r mogltk.a ${OBJECTS} - ranlib mogltk.a - -clean: - rm -f *.o ${TARGET} compil.c |