summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-10-31 18:04:25 +0200
committerLars Wirzenius <liw@liw.fi>2009-10-31 18:04:25 +0200
commit8c560fe4939e351b49fff7f38773a4afb860055c (patch)
tree27be4e22194d6f3853482dd02e75647f36bd9141 /Makefile
parent930028fbde9ded60443e74860444587b5bf11e0a (diff)
downloadextrautils-8c560fe4939e351b49fff7f38773a4afb860055c.tar.gz
Added assert command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d74fce..29c55cb 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ mandir = $(sharedir)/man
man1dir = $(mandir)/man1
progs = corrupt isascii
-scripts = do-until errno minimify onerror
+scripts = assert do-until errno minimify onerror
CFLAGS = -Wall -O2 --std=gnu99