summaryrefslogtreecommitdiff
path: root/c-embed/Makefile
blob: 29e4f2d0159a0512b6650b7d48ad9c87bb057737 (plain)
1
2
3
4
5
6
a.out:
	xxd -i test.txt > test.h
	gcc -Wall -Werror -Wpedantic main.c

clean:
	-rm a.out