aboutsummaryrefslogtreecommitdiff
path: root/Win.mk
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2021-12-03 11:20:30 -0700
committerChristian Cunningham <cc@localhost>2021-12-03 11:20:30 -0700
commita87f0e5df36652d98b48a5b2c1a2a936b2cd5dfb (patch)
treea31451dc639f8cd74cf81d51a493714961070665 /Win.mk
parent2cba0207a444fefcb886173e7a252e11a1871c2f (diff)
Fixed Clean
Diffstat (limited to 'Win.mk')
-rw-r--r--Win.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Win.mk b/Win.mk
index 09d3195..693857c 100644
--- a/Win.mk
+++ b/Win.mk
@@ -67,7 +67,7 @@ debug: build/kernel-g.elf build/kernel.list
${GDB} $< -command=gdbinit
clean:
- rm -f obj/*.o build/*.elf build/*.list build/*.img obj/*.ao obj/*.co
+ rm -rf obj/* build/*
tree:
@tree -a -I obj\|build\|.git\|.gitignore