Makefile 99 Bytes Edit Raw Blame History 1 2 3 4 5 CC = gcc CFLAGS = -Wall -Wextra imprimante : $(CC) $(CFLAGS) test_imprimante_v4.c -o imprimante