From 3857448cb7d2a469facaede46ad814df5e214c5f Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Mon, 14 Sep 2015 18:57:55 +0200 Subject: [PATCH] Remove dead code --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 8a52a2c2f..0f483dd55 100644 --- a/Makefile +++ b/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