CFLAGS ?= all: mkdir -p bin/ $(CC) -o bin/foxpc -O2 -Wall -Wextra -Wpedantic -std=c99 $(CFLAGS) src/*.c