From: Keith Packard Date: Mon, 29 Apr 2024 01:34:30 +0000 (-0700) Subject: altos/draw: Add 'install' target X-Git-Tag: 1.9.18~1^2~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ae69294526369f251b221ee1f8ca2cb58b63bd7a;p=fw%2Faltos altos/draw: Add 'install' target Needed for building packages; install is a no-op in this directory. Signed-off-by: Keith Packard --- 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: