mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-14 20:09:15 +02:00
Update figures Makefile structure
This commit is contained in:
parent
02647699df
commit
faf07ef6fd
6 changed files with 49 additions and 14 deletions
|
@ -1,7 +1,13 @@
|
|||
.PHONY: all dist dist-clean
|
||||
|
||||
all: dist
|
||||
dist: sine_beacon.pdf ttl_beacon.pdf
|
||||
dist: \
|
||||
sine_beacon.pdf sine_beacon.png \
|
||||
ttl_beacon.pdf ttl_beacon.png
|
||||
|
||||
dist-clean:
|
||||
rm -v sine_beacon.*
|
||||
rm -v ttl_beacon.*
|
||||
|
||||
sine_beacon.%: src/single_beacon.py
|
||||
$< --periods 2 --with-rates sine $@
|
||||
|
@ -9,7 +15,3 @@ sine_beacon.%: src/single_beacon.py
|
|||
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