1a.out:
2	xxd -i test.txt > test.h
3	gcc -Wall -Werror -Wpedantic main.c
4
5clean:
6	-rm a.out