aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-09-13 17:44:36 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-09-13 18:30:41 +0200
commitbd9508c60d960784c320fdfb0d7b42099de5145a (patch)
tree06920d4b1de4489ac3ae7b619cf993ddd556520a
parent88a16a9d46f2a641b0bafca16f9697fee45546bd (diff)
downloadfuzzycat-bd9508c60d960784c320fdfb0d7b42099de5145a.tar.gz
fuzzycat-bd9508c60d960784c320fdfb0d7b42099de5145a.zip
cleanup makefile
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0f4a054..4dcbcfa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,9 @@
SHELL := /bin/bash
-FATCAT_BULK_EXPORT_ITEM := fatcat_bulk_exports_2020-08-05
PY_FILES := $(shell find fuzzycat -name '*.py')
.PHONY: help
help: ## Print info about all commands
@echo "Commands:"
- @echo
@grep -E '^[/.a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[01;32m%-40s\033[0m %s\n", $$1, $$2}'