Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
yhzhang0128 committed Jan 27, 2022
1 parent ed9dc3c commit eb25fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
rm $(BUILD_DIR)/mkfs $(BUILD_DIR)/mkrom $(BUILD_DIR)/earth.bin

clean:
rm -rf $(DEBUG_DIR) $(RELEASE_DIR)
rm -rf $(BUILD_DIR)/exec
rm -rf $(BUILD_DIR)/mkfs $(BUILD_DIR)/mkrom
rm -rf $(BUILD_DIR)/disk.img $(BUILD_DIR)/bootROM.mcs
rm -rf $(BUILD_DIR)/earth.bin $(BUILD_DIR)/*.log
Expand Down

0 comments on commit eb25fb2

Please sign in to comment.