telescience: steal last adc channel for icp3 most recent value
[fw/altos] / src / telepyro-v0.1 / Makefile
index bc57b9d79e4458d1c592895f1f769d50d3993478..6743ba66db37c9a30f2c690580dfa35611bd0d16 100644 (file)
@@ -2,7 +2,7 @@
 # AltOS build
 #
 #
-vpath % ..:../core:../product:../drivers:../avr
+vpath % .:..:../core:../product:../drivers:../avr
 vpath ao-make-product.5c ../util
 
 MCU=atmega32u4
@@ -23,7 +23,8 @@ INC = \
        ao_usb.h \
        ao_pins.h \
        ao_arch.h \
-       ao_arch_funcs.h
+       ao_arch_funcs.h \
+       ao_product.h
 
 ALTOS_SRC = \
        ao_clock.c \
@@ -95,7 +96,7 @@ ao_product.o: ao_product.c ao_product.h
 distclean:     clean
 
 clean:
-       rm -f $(OBJ)
+       rm -f $(OBJ) $(PROG) $(PROG).hex
        rm -f ao_product.h
 
 install: