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}