Ver Fonte

fixed Makefile lesson 14

Carlos Fenollosa há 10 anos atrás
pai
commit
8f87e4434e
2 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      14-checkpoint/Makefile
  2. BIN
      14-checkpoint/boot/kernel_entry.o

+ 1 - 1
14-checkpoint/Makefile

@@ -43,4 +43,4 @@ debug: os-image.bin kernel.elf
 
 clean:
 	rm -rf *.bin *.dis *.o os-image.bin *.elf
-	rm -rf kernel/*.o boot/*.bin drivers/*.o
+	rm -rf kernel/*.o boot/*.bin drivers/*.o boot/*.o

BIN
14-checkpoint/boot/kernel_entry.o