commit 6c7cee049a49b408da098551121a43e1044e7c68 parent aee6de0b3eead69b75d0f40186c4c23c379876c5 Author: Ed van Bruggen <edvb@uw.edu> Date: Fri, 31 Dec 2021 19:07:21 -0500 Create hex dump from dependencies of recipe Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -27,7 +27,7 @@ options: tibs.tsp.h: $(TSP) @echo xxd $@ @echo "char tibs[] = { 0x28, " > $@ - @cat $(TSP) | xxd -i - >> $@ + @cat $^ | xxd -i - >> $@ @echo ", 0x29, 0x00};" >> $@ .o: