Format adsb code
This commit is contained in:
7
Makefile
7
Makefile
@@ -40,11 +40,8 @@ format-adsb: ## Format code
|
||||
build-adsb: ## Build the ADS-B project
|
||||
@cd adsb && cargo build
|
||||
|
||||
run-sim: ## Run the ADS-B Simulator
|
||||
@cd adsb/adsb_sim && cargo run -p adsb_sim
|
||||
|
||||
run-recv: ## Run the ADS-B Receiver
|
||||
@cd adsb/adsb_recv && cargo run -p adsb_recv -- --sim
|
||||
run-adsb: ## Run the ADS-B Receiver
|
||||
@cd adsb && cargo run -- -c -D
|
||||
|
||||
#################
|
||||
# UI Commands #
|
||||
|
||||
Reference in New Issue
Block a user