YarosMallorca / MissionPlanner-to-Litchi

Convert Mission Planner (ArduCopter) Waypoint Missions to Litchi CSV Format to execute on DJI Drones
42 stars 8 forks source link

Dev: Makefile #18

Open JoeKae opened 1 year ago

JoeKae commented 1 year ago

We should bundle processes for testing, version increments, building etc. by using a Makefile.

YarosMallorca commented 1 year ago

What actions would be done in the makefile? Downloading the neccesasry packages, compiling the code? Please give more information about this. Thanks :)

JoeKae commented 1 year ago

Yes for example the build process would be a Makefile task. You can view the Makefile as an alias mapping where you can trigger long complicated commands with a short make command. Also you can trigger a whole pipeline of make commands with a single one.