hydrophonitor/Makefile

8 lines
141 B
Makefile
Raw Normal View History

2022-10-22 12:55:30 +00:00
install:
cd scripts && setup-raspberry-pi.sh
2022-10-22 12:55:30 +00:00
build-audio:
cd audio-logger && cargo build --release
2022-10-22 12:55:30 +00:00
start-all:
cd scripts && start-all.sh