summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-05-10 17:07:17 +0100
committerLars Wirzenius <liw@liw.fi>2011-05-10 17:07:17 +0100
commitfdaec97979044db0d9cf36d5ed5344ca1745fa00 (patch)
tree34f27d8efa04ac7cb9479388ecd1632b7a3167bc /Makefile
parente6e3ac799af4c4d9c22f86eead23c1dee9c2e528 (diff)
parent8b51375edb1bd40566b47fee2d34dd0aa5a33c37 (diff)
downloadextrautils-fdaec97979044db0d9cf36d5ed5344ca1745fa00.tar.gz
Merge changes to add humanify(1).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb2cbfd..ba10747 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ man1dir = $(mandir)/man1
progs = corrupt isascii
scripts = assert do-until errno minimify splitmboxdaily \
setuppy-debian-versions-match viewprof fix-shebang \
- musictomp3 test-flacs unpack-debian-sources mksparse
+ musictomp3 test-flacs unpack-debian-sources mksparse \
+ humanify
CFLAGS = -Wall -O2 --std=gnu99