Skip to content

Commit 0d9cffa

Browse files
committed
update: ignore and index the makefile
1 parent b8fa529 commit 0d9cffa

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ hosts/
44
users/
55
services/
66
index.md
7-
Makefile
87
.DS_Store
98
.vscode/.command_history
10-
zsh_history
9+
zsh_history
10+
weapon_test
11+
test*

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
install:
3+
@echo "Installing the project..."
4+
uv run ./craft.py
5+
uv run ./completion_creator.py
6+
@echo "Preparing the environment..."
7+
WEAPON_LOCATION=$(shell pwd)/weapon_test ./installer.sh
8+
@echo "Installation complete."
9+
10+
clean:
11+
rm -rf ./hosts ./users ./weapon_test ./createhackenv.sh ./zsh_history

0 commit comments

Comments
 (0)