fix .PHONY

This commit is contained in:
PoliEcho 2025-03-06 15:41:13 +01:00
parent 2f639b924a
commit 41316160ad

View File

@ -35,4 +35,4 @@ $(OBJ_PATH)/%.o: $(SRC_PATH)/%.cpp
clean:
rm -fr build
.PHONY: all clean make-build-dir
.PHONY: all clean install