diff options
Diffstat (limited to 'Makefile')
-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 |