From: Jennifer Liu Date: Fri, 27 Jul 2018 23:56:50 +0000 (-0700) Subject: Undo deleting clean in make X-Git-Tag: v0.0.29~57^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53ef22a4bc3844f860531dce31481db8b6fcd9bf;p=thirdparty%2Fzstd.git Undo deleting clean in make --- diff --git a/contrib/experimental_dict_builders/fastCover/Makefile b/contrib/experimental_dict_builders/fastCover/Makefile index 4a7cc17d0..3ba24790c 100644 --- a/contrib/experimental_dict_builders/fastCover/Makefile +++ b/contrib/experimental_dict_builders/fastCover/Makefile @@ -9,7 +9,7 @@ IO_FILE := ../randomDictBuilder/io.c TEST_INPUT := ../../../lib TEST_OUTPUT := fastCoverDict -all: main run +all: main run clean .PHONY: test test: main testrun testshell clean