summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-09 10:46:46 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-09 10:46:46 +0000
commit4a458404fa00bf42bc1b92e11831a6c19e70142d (patch)
treec1343b2b3cd977e412ae0d08e1d63ebe4383af5c /Makefile
parent16001877d5d9d2454a5317c345dba7f5272bfdd1 (diff)
downloadextrautils-4a458404fa00bf42bc1b92e11831a6c19e70142d.tar.gz
Add filecount
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b1819f..c005307 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ progs = corrupt isascii
scripts = assert do-until minimify splitmboxdaily \
setuppy-debian-versions-match viewprof fix-shebang \
musictomp3 test-flacs unpack-debian-sources \
- humanify benchmark-cmd print-argv
+ humanify benchmark-cmd print-argv filecount
manpagesin = $(shell ls *.1.in)
CFLAGS = -Wall -O2 --std=gnu99