Repositories
ยป
probe
: Just testing things
Commits
Files
Markers
Readme
License
Download
-- Select Branch --
master
Path:
probe
/
c-embed
/ Makefile (
raw
)
1
a.out:
2
xxd -i test.txt > test.h
3
gcc -Wall -Werror -Wpedantic main.c
4
5
clean:
6
-rm a.out