CC=gcc CFLAGS=-Wall -Wextra -O2 all: build build: build.c ark_parser.c ark_parser.h $(CC) $(CFLAGS) -o build build.c ark_parser.c clean: rm -f build