diff options
author | Keith Packard <keithp@keithp.com> | 2012-10-25 00:04:27 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-10-25 00:07:14 -0700 |
commit | 0680d62d57496cea7ae4f1ef317c46e689b28e21 (patch) | |
tree | bc87d9ce3e4c18e4acd04e5c0a9495a663817712 | |
parent | b49c751749dcd3e78991463c098f8d916f52179d (diff) |
altos/megametrum: Depend on Makefile contents for build
This ensures that everything is rebuilt when the Makefile changes
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/megametrum-v0.1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |