X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm-demo%2FMakefile;h=52bb7b519698f6a9eacb35e2c381f16982a06945;hb=ab379493dbe9923db8e458d2f4e0344df17d331c;hp=dd7e6e02310f65de516dfbeb1b1421a67bedecba;hpb=6d1606895f70c6bca20c25084107f90bd0b613ec;p=fw%2Faltos diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index dd7e6e02..52bb7b51 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -33,7 +33,9 @@ ALTOS_SRC = \ ao_spi_stm.c \ ao_adc_stm.c \ ao_i2c_stm.c \ - ao_usb_stm.c + ao_usb_stm.c \ + ao_exti_stm.c \ + ao_quadrature.c PRODUCT=StmDemo-v0.0 PRODUCT_DEF=-DSTM_DEMO @@ -61,7 +63,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f $(OBJ) + rm -f *.o $(PROG) rm -f ao_product.h install: