Add ubuntu targets

This commit is contained in:
June Tate-Gans 2024-03-26 07:56:53 -05:00
parent 677e01dd72
commit 15b788ec3f

View File

@ -11,6 +11,10 @@ DISTRO := $(shell \
|tr '[A-Z]' '[a-z]' \ |tr '[A-Z]' '[a-z]' \
|sed -e 's/linux//g') |sed -e 's/linux//g')
ifeq (${DISTRO},ubuntu)
DISTRO := debian
endif
$(warning Building on ${DISTRO}) $(warning Building on ${DISTRO})
all: ${DISTRO} all: ${DISTRO}