aboutsummaryrefslogtreecommitdiff
path: root/experiments/conv/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-05 20:19:56 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-05 20:19:56 +0200
commit52971b9a2180ca3a54eb25ab49773e818cb8ae15 (patch)
treef6645d767661f6d953679456e3bd3348c915e5c8 /experiments/conv/makefile
parente5381daf8cfa640494aaedaa99541eb58ec651f4 (diff)
more debugging fiddled messages being ignored
Diffstat (limited to 'experiments/conv/makefile')
-rw-r--r--experiments/conv/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/experiments/conv/makefile b/experiments/conv/makefile
index ae2f70d..2a513c0 100644
--- a/experiments/conv/makefile
+++ b/experiments/conv/makefile
@@ -1,5 +1,8 @@
%.png: %.bin
- ./pc2png $<
+ venv/bin/python3 pc2png $<
+
+%.bin: %.png
+ venv/bin/python3 png2pc $<
%.h: %.bin
./bin2h $< > $@