mirror of
https://github.com/hatamiarash7/WireGuard-Config-Generator.git
synced 2025-06-18 23:56:54 +02:00
Update Makefile
This commit is contained in:
parent
0c7547a979
commit
a1a66fd4c8
12
Makefile
12
Makefile
@ -1,5 +1,11 @@
|
|||||||
.PHONY: run
|
clean: ## Clean config files
|
||||||
|
|
||||||
run:
|
|
||||||
rm -f *.conf
|
rm -f *.conf
|
||||||
|
|
||||||
|
run: clean ## Run the script
|
||||||
python3 main.py
|
python3 main.py
|
||||||
|
|
||||||
|
help: ## Show this help
|
||||||
|
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' Makefile | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
|
||||||
|
|
||||||
|
.PHONY: clean run help
|
||||||
|
.DEFAULT_GOAL := help
|
Loading…
x
Reference in New Issue
Block a user