summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-10-31 17:14:00 +0200
committerLars Wirzenius <liw@liw.fi>2009-10-31 17:14:00 +0200
commitd886bbb6867049e1072f5b4c51c7a33818a648a1 (patch)
tree238beaa16e265de911dc2d2eb2aa494c7bf2268e /Makefile
parentabcc56d337726a06b2cf3a1a1703a861c432deb6 (diff)
downloadextrautils-d886bbb6867049e1072f5b4c51c7a33818a648a1.tar.gz
Removed total from scripts to install.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 25a6815..6d74fce 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ sharedir = $(prefix)/share
mandir = $(sharedir)/man
man1dir = $(mandir)/man1
-progs = isascii corrupt
-scripts = total onerror do-until errno minimify
+progs = corrupt isascii
+scripts = do-until errno minimify onerror
CFLAGS = -Wall -O2 --std=gnu99