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
commit 1025fb53ee
Notes: sideshowbarker 2024-07-19 10:45:36 +09:00

View file

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