diff options
author | Mattias Andrée <maandree@kth.se> | 2017-01-09 05:23:27 +0100 |
---|---|---|
committer | Laslo Hunhold <dev@frign.de> | 2017-01-09 19:42:39 +0100 |
commit | 3d80d7237d18bdbf53e327a576b52b35b36af3ad (patch) | |
tree | 58467dd7e0fed26f0f77d128db2660dc0d6f832d /Makefile | |
parent | e9db1f49b75b183c8aeda321ca54aff5b436a4f6 (diff) |
Add ff2pam(1): convert farbfeld to 16-bit RGBA Portable Arbitrary Map
Laslo: Minor changes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # See LICENSE file for copyright and license details include config.mk -BIN = png2ff ff2png jpg2ff ff2jpg ff2ppm +BIN = png2ff ff2png jpg2ff ff2jpg ff2pam ff2ppm SCRIPTS = 2ff SRC = ${BIN:=.c} HDR = arg.h |