From ed8aefcec6235b5c70bf014699ccc3c4c6a43d80 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 27 Jan 2009 14:39:41 +0200 Subject: Wrote first version of corrupt. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 20a7bc9..45087a0 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,11 @@ sharedir = $(prefix)/share mandir = $(sharedir)/man man1dir = $(mandir)/man1 -progs = isascii +progs = isascii corrupt scripts = total +CFLAGS = -Wall -O2 --std=gnu99 + all: $(progs) install: all -- cgit v1.2.1