summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-25 19:59:15 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-25 19:59:15 +0000
commit1fc29e1b1c505759522175478bb447cd3e4ad36d (patch)
treee2ce9a8922da6ed603ee1b84641ceb77f37ccee1 /Makefile
parent81b76a994961260b7bc67278754798c5e85fa3c5 (diff)
Include correct header file and refactor code to prevent redefinition.v0.1.3bexperimental
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