removed nocv tag from Makefiles

This commit is contained in:
Trek H 2023-05-29 15:19:05 +09:30
parent e078d9f2bc
commit 8eb407e918
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ RUN_SCRIPT_DIR := $(BIN_DIR)/run.sh
rebuild:
chmod +x run.sh
go build -tags nocv,debug
go build -tags debug
install: as_root soft_copy_files rebuild
@echo "Install complete"

View File

@ -11,7 +11,7 @@ BIN_DIR := /src/bitbucket.org/ausocean/av/cmd/$(BIN_NAME)
RUN_SCRIPT_DIR := /src/bitbucket.org/ausocean/av/init/run.sh
# Change this to withcv if you wish to use CV.
BUILD_TAG := nocv
BUILD_TAG :=
ifeq ($(MA),)
MA := "00:E0:4C:00:00:01"