Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yhzhang0128 committed Jan 21, 2022
1 parent f0505f0 commit 1708d37
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 @@ -20,7 +20,7 @@ all: apps/*.c
cd install; ./mkfs

loc:
cloc . --fullpath --not-match-d=earth/include/metal
cloc . --fullpath --not-match-d=install

clean:
rm -rf $(DEBUG_DIR) $(RELEASE_DIR) $(BUILD_DIR)/mkfs $(BUILD_DIR)/disk.img $(BUILD_DIR)/earth.elf
Expand Down

0 comments on commit 1708d37

Please sign in to comment.