From c6fcdf6d65b3f9c6693cdc4bf971083c7ced687d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 5 Oct 2024 00:08:43 +0200 Subject: add bin2h and crop --- experiments/conv/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'experiments/conv/makefile') diff --git a/experiments/conv/makefile b/experiments/conv/makefile index f4f3cd5..ae2f70d 100644 --- a/experiments/conv/makefile +++ b/experiments/conv/makefile @@ -1,2 +1,6 @@ %.png: %.bin ./pc2png $< + +%.h: %.bin + ./bin2h $< > $@ + -- cgit v1.2.3