Skip to content

Commit

Permalink
Force-rebuild non-pseudo targets without prerequisites in libraries/M…
Browse files Browse the repository at this point in the history
…akefile
  • Loading branch information
Witiko committed Feb 2, 2022
1 parent 9d25074 commit 4ac9640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all implode
.PHONY: all implode force

TINYYAML=markdown-tinyyaml.lua
OUTPUT=$(TINYYAML)
Expand All @@ -7,7 +7,7 @@ OUTPUT=$(TINYYAML)
all: $(OUTPUT)

# These targets produce the lua-tinyyaml external library.
lua-tinyyaml:
lua-tinyyaml: force
git submodule update --init --recursive -- $@
git submodule sync -- $@

Expand Down

0 comments on commit 4ac9640

Please sign in to comment.