CC = gcc CFLAGS= -Wall -Wextra LFLAGS= all: hexdump main: $(OBJFILES) $(CC) hexdump.c -o hexdump test: main ./hexdump ../tests/test2.bin