summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-10 16:11:06 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-10 16:11:06 +0200
commitc8460b4d495713c6b2000b9d1591eba6c400504c (patch)
tree24ee134e2fa7df1265cd83865196cc4b43522072 /Makefile
parent0d03db771b48f7d90cf96560c32048001809e84f (diff)
downloadextrautils-c8460b4d495713c6b2000b9d1591eba6c400504c.tar.gz
Update: Makefile list of scripts
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