1
0
Fork 0

Use `go build` by default

master
dump_stack() 2020-01-05 06:12:05 +00:00
parent 843ca6864e
commit 477b48d783
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
all:
go:
go build
nix:
nix-build -E '((import <nixpkgs> {}).callPackage (import ./default.nix) { })' --option sandbox true --no-out-link