Skip to content

Commit

Permalink
build: remove unnecessary target
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Oct 25, 2023
1 parent ce5ee30 commit b193184
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ Z_FEATURE_SUBSCRIPTION?=1
Z_FEATURE_QUERY?=1
Z_FEATURE_QUERYABLE?=1

# Generator
CMAKE_GENERATOR?="Unix Makefiles"

# zenoh-pico/ directory
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))

Expand Down Expand Up @@ -88,9 +85,6 @@ install: $(BUILD_DIR)/Makefile
test: make
ctest --verbose --test-dir build

set_gen:
cmake $(CMAKE_OPT) -B $(BUILD_DIR) -G $(CMAKE_GENERATOR)

crossbuilds: $(CROSSBUILD_TARGETS)

DOCKER_OK := $(shell docker version 2> /dev/null)
Expand Down

0 comments on commit b193184

Please sign in to comment.