fix a copy rule in Makefile
This commit is contained in:
parent
61fd58413f
commit
1f84b3e83e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -45,7 +45,7 @@ $(BUILDDIR)/%: %
|
||||||
$(call copy,--link --force)
|
$(call copy,--link --force)
|
||||||
|
|
||||||
$(BUILDDIR)/%: $(TMPDIR)/%
|
$(BUILDDIR)/%: $(TMPDIR)/%
|
||||||
$(call copy,--link)
|
$(call copy,--link --force)
|
||||||
|
|
||||||
|
|
||||||
$(TMPDIR)/%.js: %.ts
|
$(TMPDIR)/%.js: %.ts
|
||||||
|
|
Loading…
Reference in a new issue