summaryrefslogtreecommitdiff
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 977542c..eaec55a 100644
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,7 @@ uninstall-ape:
# Clean
clean:
- $(RM) $(OBJ_DIR) obj-ape $(TARGET) out.c plugins/*.so out
+ $(RM) $(OBJ_DIR) obj-ape $(TARGET) out.c plugins/*.so a.out*
@echo "=> Clean complete!"
# Test