We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0e8d6 commit 5da81abCopy full SHA for 5da81ab
1 file changed
Makefile
@@ -9,6 +9,9 @@ MAIN_FILE := main.go
9
10
BIN_DIR := ./bin
11
APP := github520cli # the name of the application
12
+ifeq ($(OS),Windows_NT)
13
+ APP := $(strip $(APP)).exe
14
+endif
15
16
# the name of the docker image
17
# DOCKER_IMAGE_NAME := docker-image-name-example
0 commit comments