summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-05-13 13:15:26 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-05-13 13:15:26 -0400
commita8a4d0ceff7ea57a7b11236a634cf6d9a6be75bd (patch)
tree3ead31b25cf09d943c05fd7a49ad21765d665a9e /makefile
parentc423f90dde0e8f43b2ec7df45e9840d041186edf (diff)
Fixed jal pc storage
Diffstat (limited to 'makefile')
-rwxr-xr-xmakefile2
1 files changed, 1 insertions, 1 deletions
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)