diff --git a/local-app/python-tools/gfl-resource-actions/Makefile b/local-app/python-tools/gfl-resource-actions/Makefile index 3949e596..283f0dd9 100644 --- a/local-app/python-tools/gfl-resource-actions/Makefile +++ b/local-app/python-tools/gfl-resource-actions/Makefile @@ -111,7 +111,7 @@ clean: clean-logs: rm -f $(LOG_FILE) find . -name "*.log" -delete - find ./logs -type f -name "*.csv" -delete + find . -type f -name "*.csv" -delete # Default all target - setup dependencies, check code and run in dry-run mode all: setup code-check run-dry-run