mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-05 09:51:37 +02:00
Added git cleanup tag to makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -21,6 +21,10 @@ EXTRA_USERS := $(shell \
|
|||||||
|
|
||||||
.PHONY: build install test
|
.PHONY: build install test
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@echo "Removing not tracked git files"
|
||||||
|
git clean -fdx
|
||||||
|
|
||||||
tree:
|
tree:
|
||||||
@echo Generating Tree
|
@echo Generating Tree
|
||||||
python3 main.py generate tree -L 1
|
python3 main.py generate tree -L 1
|
||||||
|
Reference in New Issue
Block a user