m-thesis-documentation/figures/beacon/Makefile

18 lines
314 B
Makefile
Raw Normal View History

2022-08-24 15:35:56 +02:00
.PHONY: all dist dist-clean
all: dist
2022-08-24 16:25:20 +02:00
dist: \
sine_beacon.pdf sine_beacon.png \
ttl_beacon.pdf ttl_beacon.png
dist-clean:
rm -v sine_beacon.*
rm -v ttl_beacon.*
2022-08-24 15:35:56 +02:00
sine_beacon.%: src/single_beacon.py
$< --periods 2 --with-rates sine $@
ttl_beacon.%: src/single_beacon.py
$< --periods 2 --with-rates ttl $@