mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-29 23:16:37 +00:00
Update Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
|||||||
BINDIR := $(CURDIR)/bin
|
BINDIR := $(CURDIR)/bin
|
||||||
INSTALL_PATH ?= /usr/local/bin
|
INSTALL_PATH ?= /usr/local/bin
|
||||||
BINNAME ?= rdpgw
|
BINNAME ?= rdpgw
|
||||||
BINNAME2 ?= auth
|
BINNAME2 ?= rdpgw-auth
|
||||||
|
|
||||||
# Rebuild the binary if any of these files change
|
# Rebuild the binary if any of these files change
|
||||||
SRC := $(shell find . -type f -name '*.go' -print) go.mod go.sum
|
SRC := $(shell find . -type f -name '*.go' -print) go.mod go.sum
|
||||||
|
|||||||
Reference in New Issue
Block a user