Commit cd3a1458b7cc

Vincent Demeester <vincent@sbr.pm>
2020-04-06 14:03:06
Makefile: add - to "keep going" on clean(s) target
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 07cdc04
Changed files (1)
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