mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
11 lines
155 B
Makefile
11 lines
155 B
Makefile
#
|
|
# Linux-specific packaging
|
|
#
|
|
|
|
gcs: uavobjects
|
|
$(V1) $(MAKE) -C $(ROOT_DIR) GCS_BUILD_CONF=release $@
|
|
|
|
ground_package: | gcs
|
|
|
|
.PHONY: gcs ground_package
|