altosui: Add config and pyro tabs to graph widget
[fw/altos] / src / draw / Makefile
index 2696f300d6d0dbf92a4cb5b637df32b6ad01a603..746178a044e82c133854536925d862636cf4f0f3 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
 
@@ -149,3 +151,5 @@ $(LINE_TEST_OBJS): $(HEADERS)
 
 clean:
        rm -f $(LCO_TEST_OBJS) ao_font.h ao_logo.h $(FONT_SRCS)
+
+install: