logo

skeud

Simple and portable utilities to deal with user accounts (su, login)
commit: 4ca7ffd20371a74190bbc6ef97a23f2a93edb38b
parent cc0ce1f88dde3153ce506edd17370296b799e101
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  1 Nov 2022 17:44:42 +0100

Makefile: Use `rm -f` instead of `rm` for clean target

Diffstat:

MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -51,7 +51,7 @@ format: .PHONY: clean clean: - rm $(SYS_EXE) $(TEST_EXE) + rm -f $(SYS_EXE) $(TEST_EXE) .PHONY: lint lint: