From 798b75266a2ec8af1a438abaaa5ef8a268fd2b7b Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Mon, 17 Feb 2020 14:15:24 +0000 Subject: [PATCH] Add makefile to use spim mips simulator --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..13823b2 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +run: + spim -file prj1.asm