Git clean 2/2
This commit is contained in:
parent
70d625c5c1
commit
b76b89f890
16
makefile
16
makefile
@ -1,16 +0,0 @@
|
|||||||
CC = gcc
|
|
||||||
CFLAGS = -Wall -Wextra
|
|
||||||
|
|
||||||
all: prog
|
|
||||||
|
|
||||||
prog: main.o evenement.o
|
|
||||||
$(CC) -ansi -pedantic -o $@ $^ -lgraph
|
|
||||||
|
|
||||||
main.o: main.c evenement.h
|
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
|
||||||
|
|
||||||
evenement.o: evenement.c evenement.h
|
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f *.o prog
|
|
BIN
prog
BIN
prog
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user