Explorar o código

fixed Makefile lesson 14

Carlos Fenollosa %!s(int64=10) %!d(string=hai) anos
pai
achega
8f87e4434e
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      14-checkpoint/Makefile
  2. BIN=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=BIN
14-checkpoint/boot/kernel_entry.o