From 106586cef8425276e4f2ac1eacc180adaad50968 Mon Sep 17 00:00:00 2001 From: Lv Zheng Date: Fri, 7 Aug 2015 08:38:25 +0000 Subject: Makefile: clean target also removes fq --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1