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