langage_C/examen/T1/Makefile
2023-04-05 13:24:47 +02:00

9 lines
59 B
Makefile

CC = gcc
all: main
main:
$(CC) *.c *.h
clean:
rm a.out