Skip to content

Commit

Permalink
Fix deprecated Make targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Oct 14, 2023
1 parent 6ba8552 commit 843078f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ ci:: artifacts/site

################################################################################

artifacts/iconduit/%: node_modules $$(shell find input/$$(notdir $$*) -type f)
artifacts/iconduit/%: artifacts/link-dependencies.touch $$(shell find input/$$(notdir $$*) -type f)
@rm -rf "$@"

node_modules/.bin/iconduit "input/$*/iconduit.config.json"
$(JS_EXEC) iconduit "input/$*/iconduit.config.json"

artifacts/site: README.md $(APPLICATION_OUTPUT_DIRS)
@rm -rf "$@"
Expand Down

0 comments on commit 843078f

Please sign in to comment.