diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-12-29 19:52:00 +0100 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-12-29 19:52:00 +0100 |
commit | 5b6a3f3b216939a11ed1978d7da4dd6bbe4edc2a (patch) | |
tree | 597198cd0bf0df05df9b34ffef8a8681835cb825 /tools/Makefile | |
parent | 30a97274bde7a1988d80861ab9b381148f3d19a7 (diff) | |
download | AGH-engineering-thesis-5b6a3f3b216939a11ed1978d7da4dd6bbe4edc2a.tar.gz AGH-engineering-thesis-5b6a3f3b216939a11ed1978d7da4dd6bbe4edc2a.zip |
add a C program for translating binary files to format understood by Verilog
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 8634a5c..a166da1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -11,6 +11,8 @@ wasm_compile : wasm_compile.o assemble.o parse_module.o translate.o VGAdump2ppm : VGAdump2ppm.o +bin2hex : bin2hex.o + clean : rm *.o 2>/dev/null || true find . -executable -type f -delete |