summaryrefslogtreecommitdiffhomepage
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 2a2971a..b945f7c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,6 @@ main.o: main.cpp fft.h
install:
clean:
- rm -f fft
+ rm -f fft *.o
.PHONY: clean