From 343acb603be88ce4e9ac75de1d5ff64c086dfd77 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 5 Sep 2003 22:01:00 +0000 Subject: Removing mogltk... --- mogltk/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 mogltk/Makefile (limited to 'mogltk/Makefile') 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 -- cgit v1.2.3