teensy31-blinky-bare-metal
teensy31-blinky-bare-metal copied to clipboard
Change of .h file doesn't result in recompilation
The -MMD
option instructs the compiler to generate dependency files. However, these are currently unused as the Makefile
misses the necessary include:
-include $(OBJDIR)/*.d