Skip to content
Snippets Groups Projects
Commit 96b0b6d2 authored by dgelessus's avatar dgelessus
Browse files

Name clean tasks consistently

parent dda05003
No related merge requests found
......@@ -31,7 +31,7 @@ methods := \
random_forest \
softmax_regression \
sparse_coding
clean_methods := $(methods:%=clean-%)
clean_methods := $(methods:%=clean_%)
# Must come first so that it's the default target
.PHONY: all
......@@ -51,7 +51,7 @@ clean_helper:
.PHONY: $(clean_methods)
$(clean_methods):
$(MAKE) -C src/methods/$(@:clean-%=%) clean
$(MAKE) -C src/methods/$(@:clean_%=%) clean
.PHONY: clean
clean: clean_helper $(clean_methods)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment