summaryrefslogtreecommitdiff
path: root/Makefile
blob: da10b70345ed45453ff31304e35b295de211ac25 (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

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