summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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)