diff --git a/graphics/simplegfx/Makefile b/graphics/simplegfx/Makefile index a28e7f0..b460acd 100644 --- a/graphics/simplegfx/Makefile +++ b/graphics/simplegfx/Makefile @@ -111,6 +111,7 @@ clean: #--------------------------------------------------------------------------------- else +.PHONY: all DEPENDS := $(OFILES:.o=.d) diff --git a/templates/simple/Makefile b/templates/simple/Makefile index a28e7f0..b460acd 100644 --- a/templates/simple/Makefile +++ b/templates/simple/Makefile @@ -111,6 +111,7 @@ clean: #--------------------------------------------------------------------------------- else +.PHONY: all DEPENDS := $(OFILES:.o=.d) diff --git a/usb/usbds/Makefile b/usb/usbds/Makefile index a28e7f0..b460acd 100644 --- a/usb/usbds/Makefile +++ b/usb/usbds/Makefile @@ -111,6 +111,7 @@ clean: #--------------------------------------------------------------------------------- else +.PHONY: all DEPENDS := $(OFILES:.o=.d)