make 'make clean' be more resilient

This commit is contained in:
Brian Picciano 2021-01-30 16:01:53 -07:00
parent a083661e00
commit 6286b3d8ec

View File

@ -5,7 +5,7 @@ install: result
nix-env -i "$$(readlink result)"
clean:
rm result
rm -f result
rm -rf _site
serve: