diff options
author | Lv Zheng <jack.lvzheng@gmail.com> | 2015-08-07 08:38:25 +0000 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-07 18:40:13 +0200 |
commit | 106586cef8425276e4f2ac1eacc180adaad50968 (patch) | |
tree | 7d2d0154f95fcc1212e6a451e5e063252598c8fd | |
parent | f1fb6b363a0822944afd59a438c4097b7a79184c (diff) | |
download | nq-106586cef8425276e4f2ac1eacc180adaad50968.tar.gz nq-106586cef8425276e4f2ac1eacc180adaad50968.tar.xz nq-106586cef8425276e4f2ac1eacc180adaad50968.zip |
Makefile: clean target also removes fq
-rw-r--r-- | Makefile | 2 |
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 |