A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
mpi-energy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/mpi-energy
[mpi-energy.git]
/
fig
/
Makefile
1
EPS = $(wildcard *.eps)
2
PDF = $(EPS:%.eps=%.pdf)
3
4
.PHONY: all clean
5
6
all: $(PDF)
7
8
clean:
9
$(RM) $(PDF)
10
11
%.pdf: %.eps
12
epstopdf $<