altos: Build in 'draw' directory first
authorKeith Packard <keithp@keithp.com>
Mon, 8 Jan 2024 00:20:42 +0000 (16:20 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 1 Feb 2024 01:50:19 +0000 (17:50 -0800)
This makes various font bits for targets using graphics

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

index d3fc11d079c2a4152ba7f45982651b344ca651d1..8f08e56852e0cb23d5929b3ffcffa12dde73f8d2 100644 (file)
@@ -61,7 +61,7 @@ ARMM0DIRS=\
 AVRDIRS=\
        micropeak microkite microsplash
 
-SUBDIRS=
+SUBDIRS=draw
 
 ifeq ($(strip $(HAVE_ARM_M3_CC)),yes)
 SUBDIRS+=$(ARMM3DIRS)
index 2696f300d6d0dbf92a4cb5b637df32b6ad01a603..6b986b4223e0631eb334d2651db3427da853a198 100644 (file)
@@ -95,7 +95,9 @@ FONT_SRCS=$(BDFS:.bdf=.c)
 .bdf.c:
        nickle font-convert -o $@ $<
 
-all: ao_font.h ao_logo.h lco-test line-test
+all: ao_font.h ao_logo.h
+
+test: lco-test line-test
 
 $(FONT_SRCS): font-convert