Makefile 133 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 CC = gcc CFLAGS = -Wall -Wextra bit : $(CC) $(CFLAGS) bit_image.c -o bit imprimante : $(CC) $(CFLAGS) test_imprimante_v4.c -o v4