Skip to content

Commit

Permalink
fix client_dest for posix
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed May 6, 2024
1 parent c2fe9ee commit b9056ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ifneq ($(OS),Windows_NT)
ifeq ($(UNAME_S),Linux)
EXTRA_BUILD_FLAGS+= -tags=hidraw
endif
CLIENT_DEST?="./cmd./keymaster/"
CLIENT_DEST?="./cmd/keymaster/"
OUTPUT_DIR?=bin/
else
CLIENT_DEST?=".\\\\cmd\\\\keymaster\\\\"
Expand Down

0 comments on commit b9056ba

Please sign in to comment.