diff --git a/test_programs/Makefile.dumps b/test_programs/Makefile.dumps deleted file mode 100644 index a9824c1..0000000 --- a/test_programs/Makefile.dumps +++ /dev/null @@ -1,12 +0,0 @@ -include $(TOPDIR)/Makefile.config - -%.o: %.c - $(RISCV_GCC) $(RISCV_CFLAGS) -c $< - - -%.dump: %.o - $(RISCV_OBJCOPY) -j .text -O $(DUMP_FORMAT) $< $@ - -clean: - rm -rf *.o 2> /dev/null - rm -rf *.dump 2> /dev/null \ No newline at end of file