Skip to content

Commit 7050fd0

Browse files
committed
add -pkg
1 parent e63628c commit 7050fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ build-all:
5050
-mkdir dist
5151
-mkdir dist/tmp
5252
-mkdir dist/bin
53-
$(XGOCMD) --dest dist/tmp ./cmd/trdsql
53+
$(XGOCMD) -dest dist/tmp -pkg ./cmd/trdsql .
5454
find dist/tmp -type f -exec cp {} $(DIST_BIN) \;
5555

5656
DIST_DIRS := find trdsql* -type d -exec

0 commit comments

Comments
 (0)