diff options
author | Pixel <Pixel> | 2001-04-28 21:40:25 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-04-28 21:40:25 +0000 |
commit | 3b37a00a4be251f87e543d269489cb7a989425d5 (patch) | |
tree | 51aedcb4d1627743d6e240266c58a67cf6ae0d67 /Makefile | |
parent | ab778d7f896b16f3e6f2b068c2b34d219723002b (diff) |
Hop, gros bordel, plein de fichiers ajoutes et supprimes :)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
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 |