altos/draw: Add 'install' target
authorKeith Packard <keithp@keithp.com>
Mon, 29 Apr 2024 01:34:30 +0000 (18:34 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 29 Apr 2024 01:35:02 +0000 (18:35 -0700)
Needed for building packages; install is a no-op in this directory.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/draw/Makefile

index 6b986b4223e0631eb334d2651db3427da853a198..746178a044e82c133854536925d862636cf4f0f3 100644 (file)
@@ -151,3 +151,5 @@ $(LINE_TEST_OBJS): $(HEADERS)
 
 clean:
        rm -f $(LCO_TEST_OBJS) ao_font.h ao_logo.h $(FONT_SRCS)
+
+install: