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 | 5e7fd9112e3056004f6c1e33ce43a141975dd538 (patch) | |
tree | 7b4b0054d16b6e9a379ac0ccf5f058e6fd9e06d8 /bin/Makefile | |
parent | Add \l binding to insert AGPL comment (diff) | |
download | src-5e7fd9112e3056004f6c1e33ce43a141975dd538.tar.gz src-5e7fd9112e3056004f6c1e33ce43a141975dd538.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 |