Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 32514e1

Browse files
Aurelien Hebertaurrelhebert
Aurelien Hebert
authored andcommitted
feat(build): cds remove version
1 parent 68199aa commit 32514e1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ VERSION := $(shell git describe --tags --candidates 1 --match '*.*')
1616
FORMAT_PATHS := ./cmd/ ./middlewares/ ./tsl tsl.go
1717
LINT_PATHS := ./ ./cmd/... ./middlewares/... ./tsl/...
1818

19-
BUILD_FILE := tsl_$(VERSION)
20-
BUILD_DEST := $(BUILD_DIR)/$(BUILD_FILE)
21-
SOLIB := $(BUILD_DIR)/so/tsl_$(VERSION).so
22-
23-
WASMEXEC := $(BUILD_DIR)/wasm/tsl_$(VERSION).wasm
19+
BUILD_DEST := $(BUILD_DIR)/tsl
20+
SOLIB := $(BUILD_DIR)/so/tsl.so
21+
WASMEXEC := $(BUILD_DIR)/wasm/tsl.wasm
2422

2523
rwildcard := $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
2624

0 commit comments

Comments
 (0)