chore: add Makefile rule to clean build dir
This commit is contained in:
parent
c92f1580df
commit
f384c0a45e
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -22,3 +22,5 @@ install: | $(BUILD_DIR)
|
||||||
package: | $(BUILD_DIR)
|
package: | $(BUILD_DIR)
|
||||||
make -C _build package
|
make -C _build package
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -fr $(BUILD_DIR)
|
||||||
|
|
Loading…
Reference in a new issue