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
commit2287381a307c8ea4609b4d8bb673ce78160a71a7 (patch)
tree7c10832a40b65b7f62ce6432d7fc4216f7bf1b2a /bin/Makefile
parentAdd \l binding to insert AGPL comment (diff)
downloadsrc-2287381a307c8ea4609b4d8bb673ce78160a71a7.tar.gz
src-2287381a307c8ea4609b4d8bb673ce78160a71a7.zip
Factor out png.h
Diffstat (limited to '')
-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