summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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