__pycache__
build/*
*.o
+*.ts
*.d
*.a
*.bin
m1nor bios.bin
clean:
- rm -f $(OBJECTS) $(OBJECTS:.o=.d) bios.elf bios.bin bios-rescue.elf bios-rescue.bin .*~ *~
+ rm -f $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) bios.elf bios.bin bios-rescue.elf bios-rescue.bin .*~ *~
.PHONY: clean libs flash
.PHONY: clean
clean:
- rm -f $(OBJECTS) $(OBJECTS:.o=.d) libbase.a .*~ *~
+ rm -f $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) libbase.a .*~ *~
.PHONY: clean
clean:
- rm -f $(OBJECTS) $(OBJECTS:.o=.d) libcompiler-rt.a .*~ *~
+ rm -f $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) libcompiler-rt.a .*~ *~