Commit 38c8f40df79a687cd709ea56c35f2e7f7669676f
1 parent
5c016b2c
Pas besoin
Showing
1 changed file
with
0 additions
and
21 deletions
Show diff stats
Makefile~ deleted
... | ... | @@ -1,21 +0,0 @@ |
1 | -CC=gcc | |
2 | -CFLAGS=-W -Wall -ansi -pedantic | |
3 | -LDFLAGS= | |
4 | -EXEC=projet | |
5 | - | |
6 | -all: projet | |
7 | - | |
8 | -projet: fonctions.o main.o | |
9 | - $(CC) -o projet fonctions.o projet.o $(LDFLAGS) | |
10 | - | |
11 | -fonctions.o: fonctions.c | |
12 | - $(CC) -o fonctions.o -c fonctions.c $(CFLAGS) | |
13 | - | |
14 | -main.o: main.c fonctions.h | |
15 | - $(CC) -o main.o -c main.c $(CFLAGS) | |
16 | - | |
17 | -clean: | |
18 | - rm -rf *.o | |
19 | - | |
20 | -mrproper: clean | |
21 | - rm -rf $(EXEC) | |
22 | 0 | \ No newline at end of file |