mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-30 04:02:55 +02:00
Update Makefile
This commit is contained in:
parent
159cf56154
commit
96dcc62e11
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
BINDIR := $(CURDIR)/bin
|
||||
INSTALL_PATH ?= /usr/local/bin
|
||||
BINNAME ?= rdpgw
|
||||
BINNAME2 ?= auth
|
||||
BINNAME2 ?= rdpgw-auth
|
||||
|
||||
# Rebuild the binary if any of these files change
|
||||
SRC := $(shell find . -type f -name '*.go' -print) go.mod go.sum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue