From f6d829b8eca64bd77f40e0c294d77f52f7338a93 Mon Sep 17 00:00:00 2001 From: biouman Date: Fri, 27 Apr 2001 10:37:22 +0000 Subject: *** empty log message *** --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c188edd..718e4b7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,10 @@ all: polynom -polynom: exceptions.c hash.c interface.c main.c numbers.c pile.c polynom.c scalaires.c - gcc -o polynom exceptions.c hash.c interface.c main.c numbers.c pile.c polynom.c scalaires.c -lm \ No newline at end of file +clean: + rm -f *.o polynom + +CC=gcc +LDFLAGS=-lm +CFLAGS=-Wall -O3 + +polynom: exceptions.o hash.o parse.o main.o numbers.o pile.o polynom.o scalaires.o -- cgit v1.2.3