mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-13 01:53:31 +01:00
ZH: Makefile
This commit is contained in:
parent
be3041f4a2
commit
a2ef29d6c7
1 changed files with 15 additions and 0 deletions
15
simulations/airshower_beacon_simulation/Makefile
Normal file
15
simulations/airshower_beacon_simulation/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
.PHONY: all
|
||||
|
||||
all: beacon clocks
|
||||
|
||||
|
||||
beacon:
|
||||
./generate_beacon.py
|
||||
|
||||
clocks:
|
||||
./modify_clocks.py
|
||||
|
||||
dist-clean:
|
||||
rm -f ZH_airshower/antennas.hdf5
|
||||
rm -f ZH_airshower/clocks.csv
|
||||
rm -f ZH_airshower/tx.json
|
Loading…
Reference in a new issue