We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d44b25 + 9bef931 commit b28748dCopy full SHA for b28748d
Makefile
@@ -26,13 +26,13 @@ $(BINARY_NAME): $(SRCS)
26
pkg: linux_pkg window_pkg
27
28
linux_pkg:
29
- $(GOXCMD) -os "linux" -arch "amd64" -output $(TARGET)
+ $(GOXCMD) -os "linux" -arch "amd64" -output $(TARGET) ./cmd/trdsql
30
31
window_pkg:
32
- CC=x86_64-w64-mingw32-gcc $(GOXCMD) -os "windows" -arch "amd64" -output $(TARGET)
+ CC=x86_64-w64-mingw32-gcc $(GOXCMD) -os "windows" -arch "amd64" -output $(TARGET) ./cmd/trdsql
33
34
pkg_macOS:
35
- $(GOXCMD) -os "darwin" -arch "amd64" -output ${TARGET}
+ $(GOXCMD) -os "darwin" -arch "amd64" -output ${TARGET} ./cmd/trdsql
36
37
install:
38
$(GOINSTALL) ./cmd/trdsql
0 commit comments