summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-10-10 11:50:58 +0300
committerLars Wirzenius <liw@liw.fi>2009-10-10 11:50:58 +0300
commitc592d681fd29980244d96b5bdd061216d0827263 (patch)
tree889421bf2cd4ac94c7f8fd6a745f168ca4d7df29 /Makefile
parentc9ecc35c1556cadc943d9a6482b692c697eaa505 (diff)
downloadextrautils-c592d681fd29980244d96b5bdd061216d0827263.tar.gz
Add onerror to installed scripts.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45087a0..0bd9f20 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ mandir = $(sharedir)/man
man1dir = $(mandir)/man1
progs = isascii corrupt
-scripts = total
+scripts = total onerror
CFLAGS = -Wall -O2 --std=gnu99