mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-03-19 12:59:34 +00:00
Use go build
by default
This commit is contained in:
parent
843ca6864e
commit
477b48d783
1 changed files with 4 additions and 1 deletions
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
|
nix-build -E '((import <nixpkgs> {}).callPackage (import ./default.nix) { })' --option sandbox true --no-out-link
|
||||||
|
|
Loading…
Add table
Reference in a new issue