better full clean/clean repartition
This commit is contained in:
parent
edba2a8506
commit
d061750264
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@ endif
|
|||
|
||||
EXTS = aux bbl blg fdb_latexmk fls log synctex.gz toc
|
||||
clean:
|
||||
$(RM) $(PDF) _minted-$(NAME)/ $(foreach ext,$(EXTS),$(NAME).$(ext))
|
||||
$(RM) _minted-$(NAME)/ $(foreach ext,$(EXTS),$(NAME).$(ext))
|
||||
|
||||
full-clean: clean
|
||||
$(RM) $(CLASS)
|
||||
$(RM) $(PDF) $(CLASS)
|
||||
|
||||
updateclass:
|
||||
@$(WGET) https://moule.informatique.univ-paris-diderot.fr/kennel/rapport-stage/-/raw/main/$(CLASS) \
|
||||
|
|
Loading…
Reference in a new issue