diff --git a/Makefile b/Makefile index 5da1465..c0ff5a3 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ MARKDOWN ?= markdown default all: lib src test README.html clean: ## Cleanup - git clean -dfx + git clean -dfx -e localconf .PHONY: lib src test