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