From ae69294526369f251b221ee1f8ca2cb58b63bd7a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 28 Apr 2024 18:34:30 -0700 Subject: [PATCH] altos/draw: Add 'install' target Needed for building packages; install is a no-op in this directory. Signed-off-by: Keith Packard --- src/draw/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/draw/Makefile b/src/draw/Makefile index 6b986b42..746178a0 100644 --- a/src/draw/Makefile +++ b/src/draw/Makefile @@ -151,3 +151,5 @@ $(LINE_TEST_OBJS): $(HEADERS) clean: rm -f $(LCO_TEST_OBJS) ao_font.h ao_logo.h $(FONT_SRCS) + +install: -- 2.30.2