From 8c560fe4939e351b49fff7f38773a4afb860055c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Oct 2009 18:04:25 +0200 Subject: Added assert command. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1