From facc0b9cbe08ecdd93693681906d9e9092294be6 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 17:56:51 -0500 Subject: [PATCH] Make arch == manjaro --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index f85d2f3..33c718e 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,10 @@ ifeq (${DISTRO},ubuntu) DISTRO := debian endif +ifeq (${DISTRO},arch) +DISTRO := manjaro +endif + $(warning Building on ${DISTRO}) all: ${DISTRO}