diff options
| -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  | 
