From a8a4d0ceff7ea57a7b11236a634cf6d9a6be75bd Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Mon, 13 May 2024 13:15:26 -0400 Subject: Fixed jal pc storage --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 843c699..b021616 100755 --- a/makefile +++ b/makefile @@ -16,4 +16,4 @@ mips: $(OBJS) $(CC) $(CFLAGS) -o $@ $^ clean: - rm -rf $(TARGET) + rm -rf $(TARGET) $(OBJS) -- cgit v1.2.3