mirror of https://bitbucket.org/ausocean/av.git
removed nocv tag from Makefiles
This commit is contained in:
parent
e078d9f2bc
commit
8eb407e918
|
@ -11,7 +11,7 @@ RUN_SCRIPT_DIR := $(BIN_DIR)/run.sh
|
||||||
|
|
||||||
rebuild:
|
rebuild:
|
||||||
chmod +x run.sh
|
chmod +x run.sh
|
||||||
go build -tags nocv,debug
|
go build -tags debug
|
||||||
|
|
||||||
install: as_root soft_copy_files rebuild
|
install: as_root soft_copy_files rebuild
|
||||||
@echo "Install complete"
|
@echo "Install complete"
|
||||||
|
|
|
@ -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
|
RUN_SCRIPT_DIR := /src/bitbucket.org/ausocean/av/init/run.sh
|
||||||
|
|
||||||
# Change this to withcv if you wish to use CV.
|
# Change this to withcv if you wish to use CV.
|
||||||
BUILD_TAG := nocv
|
BUILD_TAG :=
|
||||||
|
|
||||||
ifeq ($(MA),)
|
ifeq ($(MA),)
|
||||||
MA := "00:E0:4C:00:00:01"
|
MA := "00:E0:4C:00:00:01"
|
||||||
|
|
Loading…
Reference in New Issue