aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c95c02..5b98a8d 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,6 @@ all: clean $(IMAGE) usr test
$(IMAGE): $(KRNL)
$(E) " OBJCOPY " $@
$(Q) $(OBJCPY) $(KRNL) -O binary $(IMAGE)
- $(Q) rm $(KRNL)
.PHONY: $(KRNL)
$(KRNL): $(OBJ) $(LINKER).S