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

13 lines
157 B
Makefile

TARGET =
ITER1 = 1 2 3
ITER2 = 4 5 6
all: $(TARGET)
clean:
rm -f *.dvi *.log *.aux *.toc *.bbl *.blg *~ *.core
cleandir: clean
rm -f $(TARGET) *.res