summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f16c4bd..372bc1b 100644
--- a/Makefile
+++ b/Makefile
@@ -76,5 +76,6 @@ dist:
#
# Clean up everything
#
+.PHONY: clean
clean:
- @rm -f *~ *.so *.o
+ @rm -f *~ *.so *.o src/*.o src/*~