diff --git a/Makefile b/Makefile index db31c50..b2b7701 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ -all: +go: + go build + +nix: nix-build -E '((import {}).callPackage (import ./default.nix) { })' --option sandbox true --no-out-link