DEBUG=-g CFLAGS+=-Wall -Wextra -Wpedantic %.c : $(CC) $(CFLAGS) $(DEBUG) $@ base64: base64.c $(CC) $(CFLAGS) $(DEBUG) -o $@ base64.c