diff --git a/cmd/vidforward/Makefile b/cmd/vidforward/Makefile index 5839ba13..04b36f9b 100644 --- a/cmd/vidforward/Makefile +++ b/cmd/vidforward/Makefile @@ -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" diff --git a/init/Makefile b/init/Makefile index a1cff26d..9057fac3 100644 --- a/init/Makefile +++ b/init/Makefile @@ -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"