From: Keith Packard Date: Thu, 25 Oct 2012 07:04:27 +0000 (-0700) Subject: altos/megametrum: Depend on Makefile contents for build X-Git-Tag: 1.1.9.2~23 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=0680d62d57496cea7ae4f1ef317c46e689b28e21;hp=b49c751749dcd3e78991463c098f8d916f52179d altos/megametrum: Depend on Makefile contents for build This ensures that everything is rebuilt when the Makefile changes Signed-off-by: Keith Packard --- diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index 487a643f..7d6c7388 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -26,7 +26,8 @@ INC = \ ao_whiten.h \ ao_sample_profile.h \ ao_mpu.h \ - stm32l.h + stm32l.h \ + Makefile # # Common AltOS sources