summaryrefslogtreecommitdiff
path: root/Makefile
blob: b8868b917472b177712ecfa597296401aa54143e (plain)
1
2
3
4
5
6
7
8
9
10
all: polynom

clean:
	rm -f *.o polynom

CC=gcc
LDFLAGS=-lm
CFLAGS=-Wall -O3 -DDEBUG

polynom: exceptions.o hash.o parser.o main.o numbers.o pile.o polynom.o scalaires.o