Skip to content
Snippets Groups Projects
Commit 4a315464 authored by Zach Eisele's avatar Zach Eisele
Browse files

add overall makefile

parent 4bde96a9
No related branches found
No related tags found
1 merge request!77Groundstation gui rough edits
Makefile 0 → 100644
all:
cd ./crazyflie_groundstation && $(MAKE)
cd ./groundStation && $(MAKE)
cd ./groundStation/adapters/crazyflie && $(MAKE) clean && $(MAKE)
cd ./groundStation/gui/MicroCART && $(MAKE)
clean:
cd ./crazyflie_groundstation && $(MAKE) clean
cd ./groundStation && $(MAKE) clean
cd ./groundStation/adapters/crazyflie && $(MAKE) clean
cd ./groundStation/gui/MicroCART && $(MAKE) clean
cf_gs:
cd ./crazyflie_groundstation && $(MAKE)
mc_gs:
cd ./groundStation && $(MAKE)
adap:
cd ./groundStation/adapters/crazyflie && $(MAKE)
gui:
cd ./groundStation/gui/MicroCART && $(MAKE)
clean_cf_gs:
cd ./crazyflie_groundstation && $(MAKE) clean
clean_mc_gs:
cd ./groundStation && $(MAKE) clean
clean_adap:
cd ./groundStation/adapters/crazyflie && $(MAKE) clean
clean_gui:
cd ./groundStation/gui/MicroCART && $(MAKE) clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment