aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a38c8a..42d5957 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ client:
$(MAKE) -f Makefile.client
clean:
- rm -f $(PARTS)
+ rm -f $(PARTS) *.o
$(MAKE) -f Makefile.client clean
%.xex: %.asm