mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-10 09:33:31 +01:00
13 lines
223 B
Makefile
13 lines
223 B
Makefile
|
.PHONY: all
|
||
|
|
||
|
all: pdf png
|
||
|
|
||
|
pdf png : src/correlation_figure.py
|
||
|
$< waveforms.$@ correlation.$@
|
||
|
|
||
|
waveforms.pdf correlation.pdf : src/correlation_figure.py
|
||
|
pdf
|
||
|
|
||
|
waveforms.png correlation.png : src/correlation_figure.py
|
||
|
png
|