a.out:
	xxd -i test.txt > test.h
	gcc -Wall -Werror -Wpedantic main.c

clean:
	-rm a.out
