diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ lint: test: go run ./internal/cmd/goembed - go test -v -race ./... + CGO_ENABLED=1 go test -v -race ./... install: go install ./cmd/ciigo |
![]() |
index : ciigo | |
| Static web server with AsciiDoc and Markdown. | Shulhan |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 2 |
@@ -12,7 +12,7 @@ lint: test: go run ./internal/cmd/goembed - go test -v -race ./... + CGO_ENABLED=1 go test -v -race ./... install: go install ./cmd/ciigo |