home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cd3a1458b7ccf5812d7fba6fb28e71599217299b
parent 07cdc04472df4751253145e96f00ca3d06eb805f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  6 Apr 2020 14:03:06 +0200

Makefile: add - to "keep going" on clean(s) target

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
MMakefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -58,12 +58,12 @@ switch: assets setup # Cleaning .PHONY: clean clean: - unlink result + -unlink result .PHONY: clean-www clean-www: - @rm -rvf *.elc - @rm -rv ~/.org-timestamps/* + -rm -rvf *.elc + -rm -rv ~/.org-timestamps/* # Documentatino build and publishing .PHONY: build-www