summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-04-08 15:25:04 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-04-08 15:25:04 -0700
commit8f1f3d29385f343c062ffa092833f1cfa730b603 (patch)
tree639878552b18f57cfa3736c774daef152314b528 /Makefile
parente56c807b17d315529c6f69be9103e0e1b1ed0807 (diff)
downloadcaffe-8f1f3d29385f343c062ffa092833f1cfa730b603.tar.gz
caffe-8f1f3d29385f343c062ffa092833f1cfa730b603.tar.bz2
caffe-8f1f3d29385f343c062ffa092833f1cfa730b603.zip
trivial makefile grooming
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 83117e3a..71b19b02 100644
--- a/Makefile
+++ b/Makefile
@@ -338,19 +338,19 @@ supercleanfiles:
supercleanlist: supercleanfiles
@ \
if [ -z "$(SUPERCLEAN_FILES)" ]; then \
- echo "No generated files found."; \
+ echo "No generated files found."; \
else \
- echo $(SUPERCLEAN_FILES) | tr ' ' '\n'; \
+ echo $(SUPERCLEAN_FILES) | tr ' ' '\n'; \
fi
superclean: clean supercleanfiles
@ \
if [ -z "$(SUPERCLEAN_FILES)" ]; then \
- echo "No generated files found."; \
+ echo "No generated files found."; \
else \
- echo "Deleting the following generated files:"; \
- echo $(SUPERCLEAN_FILES) | tr ' ' '\n'; \
- $(RM) $(SUPERCLEAN_FILES); \
+ echo "Deleting the following generated files:"; \
+ echo $(SUPERCLEAN_FILES) | tr ' ' '\n'; \
+ $(RM) $(SUPERCLEAN_FILES); \
fi
$(DIST_ALIASES): $(DISTRIBUTE_DIR)