From 15b788ec3fb9adfd641c128c8720c5e2fb921920 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Tue, 26 Mar 2024 07:56:53 -0500 Subject: [PATCH] Add ubuntu targets --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index ae31c75..492c5b5 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,10 @@ DISTRO := $(shell \ |tr '[A-Z]' '[a-z]' \ |sed -e 's/linux//g') +ifeq (${DISTRO},ubuntu) +DISTRO := debian +endif + $(warning Building on ${DISTRO}) all: ${DISTRO}