summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@achmed>2009-01-27 14:39:41 +0200
committerLars Wirzenius <liw@achmed>2009-01-27 14:39:41 +0200
commited8aefcec6235b5c70bf014699ccc3c4c6a43d80 (patch)
tree47f578dae9384873e287a8fb26906db05e9a25c9 /Makefile
parentbf794a16f1ea5d78994b9cff7ba8be91ae2bdf6c (diff)
downloadextrautils-ed8aefcec6235b5c70bf014699ccc3c4c6a43d80.tar.gz
Wrote first version of corrupt.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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