X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelepyro-v0.1%2FMakefile;h=6743ba66db37c9a30f2c690580dfa35611bd0d16;hb=4a08e298d65aeb591ef68f27c49af68d75a85290;hp=bc57b9d79e4458d1c592895f1f769d50d3993478;hpb=84d5e00d417af4924594908d19346bb965089cdd;p=fw%2Faltos diff --git a/src/telepyro-v0.1/Makefile b/src/telepyro-v0.1/Makefile index bc57b9d7..6743ba66 100644 --- a/src/telepyro-v0.1/Makefile +++ b/src/telepyro-v0.1/Makefile @@ -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: