aboutsummaryrefslogtreecommitdiff
path: root/c-embed/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-19 22:13:49 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-19 22:13:49 +0200
commitc616d4e3c3a3abfcfeb5e9d96ddfbf7d3111603a (patch)
tree236d658af6f97a56c20848f6f5994c135fca1316 /c-embed/Makefile
downloadprobe-c616d4e3c3a3abfcfeb5e9d96ddfbf7d3111603a.tar.gz
Engage!
Diffstat (limited to 'c-embed/Makefile')
-rw-r--r--c-embed/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/c-embed/Makefile b/c-embed/Makefile
new file mode 100644
index 0000000..29e4f2d
--- /dev/null
+++ b/c-embed/Makefile
@@ -0,0 +1,6 @@
1a.out:
2 xxd -i test.txt > test.h
3 gcc -Wall -Werror -Wpedantic main.c
4
5clean:
6 -rm a.out