diff options
author | June McEnroe <june@causal.agency> | 2018-11-14 01:29:53 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-14 01:29:53 -0500 |
commit | 2287381a307c8ea4609b4d8bb673ce78160a71a7 (patch) | |
tree | 7c10832a40b65b7f62ce6432d7fc4216f7bf1b2a /bin/Makefile | |
parent | Add \l binding to insert AGPL comment (diff) | |
download | src-2287381a307c8ea4609b4d8bb673ce78160a71a7.tar.gz src-2287381a307c8ea4609b4d8bb673ce78160a71a7.zip |
Factor out png.h
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 2 |
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 |