Skip to content

Commit

Permalink
@ the $(_BROKKR_PLUGINS_SENTINEL) as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjørn Vatn committed May 3, 2021
1 parent fd13867 commit 5141827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brokkr/brokkr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ _BROKKR_PLUGINS_MK := $(_BROKKR_PLUGINS_DIR)/plugins.mk

# Create a new sentinel everytime the plugins changes. This triggers a new download.
$(_BROKKR_PLUGINS_SENTINEL):
mkdir -p $(_BROKKR_PLUGINS_DIR)
touch $@
@mkdir -p $(_BROKKR_PLUGINS_DIR)
@touch $@

# This is the target that downloads the referenced makefiles
# Depends on .brokkr-folder and subfolders for plugins being loaded.
Expand Down

0 comments on commit 5141827

Please sign in to comment.