about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLv Zheng <jack.lvzheng@gmail.com>2015-08-07 08:38:25 +0000
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-07 18:40:13 +0200
commit106586cef8425276e4f2ac1eacc180adaad50968 (patch)
tree7d2d0154f95fcc1212e6a451e5e063252598c8fd /Makefile
parentf1fb6b363a0822944afd59a438c4097b7a79184c (diff)
downloadnq-106586cef8425276e4f2ac1eacc180adaad50968.tar.gz
nq-106586cef8425276e4f2ac1eacc180adaad50968.tar.xz
nq-106586cef8425276e4f2ac1eacc180adaad50968.zip
Makefile: clean target also removes fq
Diffstat (limited to 'Makefile')
-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