summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-08-09 14:26:57 -0400
committerLevente Polyak <anthraxx@archlinux.org>2019-11-07 21:28:23 +0100
commit001726337972f35e1907f6460831c3c3c9d656e4 (patch)
tree49cb806d6ef3f33cd0867e10ae182cad0583f5d3
parent751093eff2cbd0df422b69810787b4fcf3d33208 (diff)
downloaddevtools32-001726337972f35e1907f6460831c3c3c9d656e4.tar.xz
Makefile: sort program names
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index a8e44ee..0eb7a88 100644
--- a/Makefile
+++ b/Makefile
@@ -4,19 +4,19 @@ PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
IN_PROGS = \
- checkpkg \
- commitpkg \
archco \
+ arch-nspawn \
archrelease \
archbuild \
- lddd \
+ checkpkg \
+ commitpkg \
+ crossrepomove\
finddeps \
- rebuildpkgs \
find-libdeps \
- crossrepomove\
- arch-nspawn \
+ lddd \
mkarchroot \
makechrootpkg \
+ rebuildpkgs \
sogrep
BINPROGS = \