1 2 3 4 5 6
CFLAGS = -pedantic CC = gcc bin/fobfuscate: main.c mkdir -p $(@D) $(CC) $(CFLAGS) $^ -o $@