teensy31-blinky-bare-metal icon indicating copy to clipboard operation
teensy31-blinky-bare-metal copied to clipboard

Change of .h file doesn't result in recompilation

Open papperlapapp opened this issue 10 years ago • 0 comments

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

papperlapapp avatar Aug 17 '14 18:08 papperlapapp