.PHONY: all

all: waveforms.pdf

.PHONY: clean
clean:
	@rm -v waveforms.*
	@rm -v spectrum.*

waveforms.% spectrum.% : src/fourier_figure.py
	$< .