summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index b8868b9..0000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-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