better target call
This commit is contained in:
parent
84fe2cc463
commit
91256c5c16
1 changed files with 1 additions and 2 deletions
|
@ -26,9 +26,8 @@ EXTS = aux fdb_latexmk fls log nav out snm synctex.gz toc vrb
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(PDF) _minted-$(NAME)/ $(foreach ext,$(EXTS),$(NAME).$(ext))
|
$(RM) $(PDF) _minted-$(NAME)/ $(foreach ext,$(EXTS),$(NAME).$(ext))
|
||||||
|
|
||||||
full-clean:
|
full-clean: clean
|
||||||
$(RM) $(PKG)
|
$(RM) $(PKG)
|
||||||
@$(MAKE) clean
|
|
||||||
|
|
||||||
updatepackage:
|
updatepackage:
|
||||||
@$(WGET) https://git.mylloon.fr/Anri/projektor/raw/branch/main/projektor.sty \
|
@$(WGET) https://git.mylloon.fr/Anri/projektor/raw/branch/main/projektor.sty \
|
||||||
|
|
Loading…
Reference in a new issue