mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
16 lines
251 B
Makefile
16 lines
251 B
Makefile
#
|
|
# MacOSX-specific packaging
|
|
#
|
|
|
|
gcs: uavobjects
|
|
$(V1) $(MAKE) -C $(ROOT_DIR) GCS_BUILD_CONF=release $@
|
|
|
|
ground_package: | gcs
|
|
|
|
package: release_ground release_flight
|
|
$(ROOT_DIR)/release/osx/package
|
|
|
|
release: | package
|
|
|
|
.PHONY: gcs ground_package
|