1
0
mirror of https://github.com/switchbrew/switch-examples.git synced 2025-07-13 22:52:13 +02:00

Added .PHONY after 'else' in Makefiles.

This commit is contained in:
yellows8 2017-11-21 16:11:49 -05:00
parent c562231edc
commit ed938c2a0f
3 changed files with 3 additions and 0 deletions
graphics/simplegfx
templates/simple
usb/usbds

View File

@ -111,6 +111,7 @@ clean:
#---------------------------------------------------------------------------------
else
.PHONY: all
DEPENDS := $(OFILES:.o=.d)

View File

@ -111,6 +111,7 @@ clean:
#---------------------------------------------------------------------------------
else
.PHONY: all
DEPENDS := $(OFILES:.o=.d)

View File

@ -111,6 +111,7 @@ clean:
#---------------------------------------------------------------------------------
else
.PHONY: all
DEPENDS := $(OFILES:.o=.d)