mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Remove dead code
This commit is contained in:
7
Makefile
7
Makefile
@@ -82,13 +82,6 @@ include quiz/Makefile
|
||||
run: boot.elf
|
||||
$(GDB) -x gdb_script.gdb boot.elf
|
||||
|
||||
#test: test.elf
|
||||
# $(GDB) -x test/gdb_script.gdb test.elf
|
||||
|
||||
#test.elf: $(objs) $(tests) test/symbols.c test/runner.o
|
||||
# @echo "LD $@"
|
||||
# @$(LD) $(LDFLAGS) $(objs) $(tests) test/runner.o -o $@
|
||||
|
||||
boot.hex: boot.elf
|
||||
@echo "OBJCOPY $@"
|
||||
@$(OBJCOPY) -O ihex boot.elf boot.hex
|
||||
|
||||
Reference in New Issue
Block a user