mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-15 04:19:13 +02:00
Update figures Makefile structure
This commit is contained in:
parent
02647699df
commit
faf07ef6fd
6 changed files with 49 additions and 14 deletions
2
figures/clocks/.gitignore
vendored
Normal file
2
figures/clocks/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.pdf
|
||||
*.png
|
18
figures/clocks/Makefile
Normal file
18
figures/clocks/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
.PHONY: all dist dist-clean
|
||||
|
||||
|
||||
all: dist
|
||||
dist: \
|
||||
reference-clock.pdf reference-clock.png \
|
||||
wr-clocks.pdf wr-clocks.png
|
||||
|
||||
dist-clean:
|
||||
rm -v reference-clock.*
|
||||
rm -v wr-clocks.*
|
||||
|
||||
|
||||
reference-clock.%: src/reference-clock.py
|
||||
$< $@
|
||||
|
||||
wr-clocks.%: src/wr-clocks.py
|
||||
$< $@
|
Loading…
Add table
Add a link
Reference in a new issue