Skip to content

Commit

Permalink
cleanup make and rm Depfile (#489)
Browse files Browse the repository at this point in the history
* rm Depfile

* upd make clean
  • Loading branch information
gertd authored Nov 19, 2024
1 parent a58ca5b commit 41e37f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
26 changes: 0 additions & 26 deletions Depfile

This file was deleted.

1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ clean:
@rm -rf ${EXT_DIR}
@rm -rf ${BIN_DIR}
@rm -rf ./dist
@rm -rf ./test

${BIN_DIR}:
@echo -e "$(ATTN_COLOR)==> $@ $(NO_COLOR)"
Expand Down

0 comments on commit 41e37f2

Please sign in to comment.