Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-06-19 06:57:54 +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
|
default all: lib src test README.html
|
||||||
|
|
||||||
clean: ## Cleanup
|
clean: ## Cleanup
|
||||||
git clean -dfx
|
git clean -dfx -e localconf
|
||||||
|
|
||||||
.PHONY: lib src test
|
.PHONY: lib src test
|
||||||
|
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren