Use go build
by default
This commit is contained in:
parent
843ca6864e
commit
477b48d783
5
Makefile
5
Makefile
@ -1,2 +1,5 @@
|
||||
all:
|
||||
go:
|
||||
go build
|
||||
|
||||
nix:
|
||||
nix-build -E '((import <nixpkgs> {}).callPackage (import ./default.nix) { })' --option sandbox true --no-out-link
|
||||
|
Loading…
x
Reference in New Issue
Block a user