Skip to content

Commit

Permalink
fix: add make clean
Browse files Browse the repository at this point in the history
The primary purpose of this addition is to clean up the
dist/templates folder. This cleanup process aids in debugging the
ansible scripts.

Signed-off-by: Nestor Acuna Blanco <[email protected]>
  • Loading branch information
nestoracunablanco committed Sep 17, 2024
1 parent fe69313 commit 9a8d813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ update-osinfo-db:
git submodule init
git submodule update --remote osinfo-db

clean:
rm -rf dist/templates

.PHONY: all generate release e2e-tests unit-tests go-tests

0 comments on commit 9a8d813

Please sign in to comment.