mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-13 18:13:31 +01:00
16 lines
199 B
Makefile
16 lines
199 B
Makefile
|
.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
|