Skip to content

Commit

Permalink
dev: outdated_file variable for filename
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jun 16, 2023
1 parent 3e612d8 commit b709bb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
# run help if no target specified
.DEFAULT_GOAL := help

OUTDATED_FILE := outdated-$(shell date +%y-%m-%d-%T).org

# Column the target description is printed from
HELP-DESCRIPTION-SPACING := 24

Expand All @@ -49,7 +51,7 @@ repl: ## Run Clojure REPL with rich terminal UI (Rebel Readline)

outdated: ## Check deps.edn & GitHub actions for new versions
$(info --------- Search for outdated libraries ---------)
clojure -T:search/outdated > outdated-$(date +"%y-%m-%d-%T").org
- clojure -T:search/outdated > $(OUTDATED_FILE)

# deps: deps.edn ## Prepare dependencies for test and dist targets
# $(info --------- Download test and service libraries ---------)
Expand Down

0 comments on commit b709bb5

Please sign in to comment.