Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: adjust clean target in makefile
  • Loading branch information
Airscript committed Aug 13, 2022
commit 6d573cdf032e95225918d3da2fd8f267f3544fe9
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[submodule "tests/test_helper/bats-support"]
path = tests/test_helper/bats-support
url = ehttps://github.com/bats-core/bats-support.git
url = https://github.com/bats-core/bats-support.git

[submodule "tests/test_helper/bats-assert"]
path = tests/test_helper/bats-assert
Expand Down
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ all: build run
.PHONY: clean
clean:
docker compose down
cd ./themes && rm -r PaperMod
cd ./tests && rm -r bats test_helper
cd ./themes/PaperMod && find . -name "*" -delete
cd ./tests/bats && find . -name "*" -delete
cd ./tests/test_helper/bats-assert && find . -name "*" -delete
cd ./tests/test_helper/bats-support && find . -name "*" -delete

.PHONY: build
build: git-submodules
Expand Down
1 change: 1 addition & 0 deletions tests/bats
Submodule bats added at 690a3a
1 change: 1 addition & 0 deletions tests/test_helper/bats-assert
Submodule bats-assert added at ffe84e
1 change: 1 addition & 0 deletions tests/test_helper/bats-support
Submodule bats-support added at 3c8fad
1 change: 1 addition & 0 deletions themes/PaperMod
Submodule PaperMod added at 3e544a