summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile37
1 files changed, 32 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9926bab..129fbdc 100644
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,38 @@ mandir = $(sharedir)/man
man1dir = $(mandir)/man1
progs = corrupt isascii
-scripts = assert do-until minimify splitmboxdaily \
- setuppy-debian-versions-match viewprof fix-shebang \
- musictomp3 test-flacs unpack-debian-sources \
- humanify benchmark-cmd print-argv filecount \
- prettyson prettyml mbox2maildir lorem sshvia
+scripts = \
+ argv0 \
+ assert \
+ benchmark-cmd \
+ build-deb-from-git \
+ do-until \
+ filecount \
+ fix-shebang \
+ humanify \
+ jwt-decode \
+ keepalive \
+ lorem \
+ mbox2maildir \
+ minimify \
+ musictomp3 \
+ os-rchelper \
+ prettyml \
+ prettyson \
+ print-argv \
+ progress-du \
+ project.meta \
+ runql \
+ setuppy-debian-versions-match \
+ splitmboxdaily \
+ ssl-cert-gen \
+ test-flacs \
+ totp \
+ unpack-debian-sources \
+ viewprof \
+ whatismyip \
+ with
+
manpagesin = $(shell ls *.1.in)
CFLAGS = -Wall -O2 --std=gnu99