diff options
Diffstat (limited to 'stm32f091/makefile')
-rw-r--r-- | stm32f091/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm32f091/makefile b/stm32f091/makefile index a359853..b5cf22f 100644 --- a/stm32f091/makefile +++ b/stm32f091/makefile @@ -72,7 +72,7 @@ flash: $(TARGET).bin compile_commands: clean compiledb make + ../scripts/compiledb-full-path-mingw.sh compile_commands.json clean: $(RM) $(TARGET).bin $(TARGET).elf $(OBJS) - |