projet_altarica/LaTeX/GNUmakefile
2023-03-01 21:40:15 +01:00

9 lines
127 B
Makefile

TARGET =
all: $(TARGET)
clean:
rm -f *.dvi *.log *.aux *.toc *.bbl *.blg *~ *.core
cleandir: clean
rm -f $(TARGET) *.tex