1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

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:
.PHONY: all clean
.PHONY: all clean install