aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJoris2016-10-30 20:27:16 +0100
committerJoris2016-10-30 20:27:16 +0100
commita0ee1260e7efaf6248df9445d4d7165e2fc16cae (patch)
treeea9250ca96459041a45aea619f9a8741643ff7ee /build
parente899cecde7fb10b5e7ae1b6130922437297f5cb0 (diff)
Simplify build
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 38bfe40..9e5cca5 100755
--- a/build
+++ b/build
@@ -1,2 +1,2 @@
-#!/bin-sh
+#!/bin/sh
nix-shell --command "make clean install build"