From a2ef29d6c71115abab5017ac43b04228a8e509be Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 28 Sep 2022 15:18:04 +0200 Subject: [PATCH] ZH: Makefile --- simulations/airshower_beacon_simulation/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 simulations/airshower_beacon_simulation/Makefile diff --git a/simulations/airshower_beacon_simulation/Makefile b/simulations/airshower_beacon_simulation/Makefile new file mode 100644 index 0000000..b7721d0 --- /dev/null +++ b/simulations/airshower_beacon_simulation/Makefile @@ -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