Skip to content

Commit

Permalink
Clean rice tool binary when running "make clean"
Browse files Browse the repository at this point in the history
  • Loading branch information
grandchild committed Jul 23, 2022
1 parent 947e771 commit c79b1f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ self-installer: clean-builder $(BUILDER_DIR)
$(DATA_SRC_DIR):
mkdir "$@"

clean: clean-data clean-builder clean-self-installer
clean: clean-data clean-builder clean-self-installer clean-rice
rm -f "$(RES_DIR)/gui/gui.so"
rm -f "$(BIN)" "$(BIN_DEV)"

Expand All @@ -101,6 +101,9 @@ clean-self-installer:
"$(RELEASE_DIST_DIR)/$(RES_DIR)/languages" \
"$(RELEASE_DIST_DIR)/$(RES_DIR)/uninstaller" \

clean-rice:
rm -rf "$(RICE_BIN_DIR)"


$(RICE_BIN_DIR):
mkdir -p "$(RICE_BIN_DIR)"
Expand Down

0 comments on commit c79b1f6

Please sign in to comment.