summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68a88c6..772bc44 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ mandir = $(sharedir)/man
man1dir = $(mandir)/man1
progs = corrupt isascii
-scripts = assert do-until errno minimify onerror splitmboxdaily
+scripts = assert do-until errno minimify onerror splitmboxdaily \
+ setuppy-debian-versions-match
CFLAGS = -Wall -O2 --std=gnu99