- Allow a setup rule

- Clean should be double colon.
This commit is contained in:
Jeffrey Townsend
2017-02-15 18:37:40 +00:00
parent 5b46c04e24
commit 61e3ccf10f

View File

@@ -18,5 +18,9 @@ endif
.DEFAULT_GOAL := $(DTB_LIST)
clean:
$(DTB_LIST): setup
clean::
rm -rf *.dtb
setup::