Skip to content

Commit

Permalink
Swuash this
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Apr 19, 2024
1 parent faeedf3 commit 45713ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Makefile/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro).
# This copyright was auto-generated on Wed, Sep 1, 2021 5:06:25 PM

VERSION:=2.0

PROTO_BUILD_DIR=.build/protobuf/python/*
PYTHON_TUTORIAL_PROTO_DIR=demos/python/tutorial/tutorial_modules/tutorial_5_ble_protobuf/proto
PYTHON_SDK_PROTO_DIR=demos/python/sdk_wireless_camera_control/open_gopro/proto
Expand All @@ -20,4 +22,4 @@ protos: ## Build generated code from protobuf files
.PHONY: copyright
copyright: ## Check for and add missing copyrights
@echo "©️ Verifying / adding copyrights..."
@.admin/copyright -i . $(ORIGINAL_VERSION)
@.admin/copyright -i . $(VERSION)

0 comments on commit 45713ff

Please sign in to comment.