From c8460b4d495713c6b2000b9d1591eba6c400504c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 10 Jan 2018 16:11:06 +0200 Subject: Update: Makefile list of scripts --- Makefile | 37 ++++++++++++++++++++++++++++++++----- 1 file 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 -- cgit v1.2.1