Git clean 2/2

This commit is contained in:
Vincent TEISSIER 2023-12-02 10:11:03 +01:00
parent 70d625c5c1
commit b76b89f890
2 changed files with 0 additions and 16 deletions

@ -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

Binary file not shown.