Build: Ensure "install" is a phony target

See https://github.com/SerenityOS/serenity/issues/897
This commit is contained in:
Sergey Bugaev
2019-12-23 15:23:37 +03:00
committed by Andreas Kling
parent 456a4bc108
commit 1025fb53ee

View File

@@ -107,4 +107,4 @@ clean:
install: install:
.PHONY: all clean .PHONY: all clean install