From 492ca575941d0e30b3725bf7a9966cab8df7e238 Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 19 Jul 2002 12:52:47 +0000 Subject: Moved everything in the right place. Cleaner now. --- lib/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 lib/Makefile (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile new file mode 100755 index 0000000..5503701 --- /dev/null +++ b/lib/Makefile @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror -I../includes +CXX=g++ + +TARGET = cdutils.o dteutils.o fileutils.o generic.o lzss.o yazedc.o + +all: ${TARGET} + +clean: + rm -f *.o ${TARGET} compil.c -- cgit v1.2.3