mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-14 20:09:15 +02:00
Figure: single beacon (with Makefile)
This commit is contained in:
parent
ed18df8c32
commit
02647699df
2 changed files with 98 additions and 0 deletions
15
figures/beacon/Makefile
Normal file
15
figures/beacon/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
.PHONY: all dist dist-clean
|
||||
|
||||
all: dist
|
||||
dist: sine_beacon.pdf ttl_beacon.pdf
|
||||
|
||||
sine_beacon.%: src/single_beacon.py
|
||||
$< --periods 2 --with-rates sine $@
|
||||
|
||||
ttl_beacon.%: src/single_beacon.py
|
||||
$< --periods 2 --with-rates ttl $@
|
||||
|
||||
|
||||
dist-clean:
|
||||
rm -v sine_beacon.*
|
||||
rm -v ttl_beacon.*
|
Loading…
Add table
Add a link
Reference in a new issue