first work on PWM input to TeleScience, 'p' command displays timer 1
[fw/altos] / src / telescience-v0.1 / Makefile
index 10e4a2a301e01f5600fa56f3270dcd6e111b7427..5542913dc206e21419fdc33474fb434ed6024505 100644 (file)
@@ -53,6 +53,7 @@ ALTOS_SRC = \
        ao_adc_avr.c \
        ao_science_slave.c \
        ao_spi_slave.c \
+       ao_pwmin.c \
        $(TELESCIENCE_STORAGE)\
        $(TELESCIENCE_LOG)
 
@@ -105,7 +106,7 @@ ao_product.o: ao_product.c ao_product.h
 distclean:     clean
 
 clean:
-       rm -f $(OBJ)
+       rm -f *.o $(PROG) $(PROG).hex
        rm -f ao_product.h
 
 install: