From 3d1e45fd6f9f69dd34e8cbfe1b9a97e8fe44283f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 24 Feb 2023 02:32:30 +0100 Subject: [PATCH] Makefile: Move each installed file in a single line --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87639377a..48825d002 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,8 @@ EXTRA_MODULES = \ theming.js \ utils.js \ dbusmenuUtils.js \ - Settings.ui desktopIconsIntegration.js \ + desktopIconsIntegration.js \ + Settings.ui \ $(NULL) EXTRA_MEDIA = logo.svg \