summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-14 01:29:53 -0500
committerJune McEnroe <june@causal.agency>2018-11-14 01:29:53 -0500
commit5e7fd9112e3056004f6c1e33ce43a141975dd538 (patch)
tree7b4b0054d16b6e9a379ac0ccf5f058e6fd9e06d8 /bin/Makefile
parentAdd \l binding to insert AGPL comment (diff)
downloadsrc-5e7fd9112e3056004f6c1e33ce43a141975dd538.tar.gz
src-5e7fd9112e3056004f6c1e33ce43a141975dd538.zip
Factor out png.h
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index d68d1cc5..6b6452aa 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -54,6 +54,8 @@ scheme.h: scheme
 open pbcopy pbpaste: pbd
 	ln -f pbd $@
 
+psf2png.o scheme.o: png.h
+
 scheme.png: scheme
 	./scheme -t -g > scheme.png