summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbd7ccb..431b504 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,6 @@ all: nq fq
 nq: nq.c
 fq: fq.c
 clean:
-	rm -f nq
+	rm -f nq fq
 check:
 	prove -v ./tests