From 001726337972f35e1907f6460831c3c3c9d656e4 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 9 Aug 2019 14:26:57 -0400 Subject: Makefile: sort program names Signed-off-by: Eli Schwartz Signed-off-by: Levente Polyak --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') 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 = \ -- cgit v1.2.3-54-g00ecf