mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
12 lines
223 B
Makefile
12 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
|