fix a copy rule in Makefile

This commit is contained in:
rhiannon morris 2024-07-07 19:43:58 +02:00
parent 61fd58413f
commit 1f84b3e83e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ $(BUILDDIR)/%: %
$(call copy,--link --force)
$(BUILDDIR)/%: $(TMPDIR)/%
$(call copy,--link)
$(call copy,--link --force)
$(TMPDIR)/%.js: %.ts