mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-13 19:03:36 +01:00
12 lines
147 B
Makefile
12 lines
147 B
Makefile
|
.PHONY: all
|
||
|
|
||
|
all: waveforms.pdf
|
||
|
|
||
|
.PHONY: clean
|
||
|
clean:
|
||
|
@rm -v waveforms.*
|
||
|
@rm -v spectrum.*
|
||
|
|
||
|
waveforms.% spectrum.% : src/fourier_figure.py
|
||
|
$< .
|