Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-05-08 04:59:37 +02:00
Don't zap localconf in "make clean"
When you run "make clean", localconf is being removed. This is probably in most cases not intentional. Signed-off-by: Kai Krakow <kai@kaishome.de>
Dieser Commit ist enthalten in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren