[fix] Makefile: declare all phonies (#4819)

It's generally working as expected at the moment because you're unlikely to have a file named `clean`. But if you were to create a file named `all` or `clean` you could have a pretty difficult time figuring out why nothing's happening anymore.

Pointed out by https://github.com/mrtazz/checkmake which I ran out of sheer curiosity.
pull/4822/head
Frans de Jonge 5 years ago committed by GitHub
parent bc9b43aa64
commit 523be5e7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -501,4 +501,4 @@ static-check:
doc:
make -C doc
.PHONY: test doc
.PHONY: all clean doc test update

Loading…
Cancel
Save