commit 1bf8500262a6c7714f4bf2a7fe8802322a72260c
parent b9d391a080a16295d306cc5869d32fc9ea555925
Author: Sean Enck <sean@ttypty.com>
Date: Thu, 18 Apr 2024 18:37:13 -0400
moving build folder of binary
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,2 +1,2 @@
-bin/
+build/
testdata/
diff --git a/Makefile b/Makefile
@@ -1,4 +1,4 @@
-BUILD := bin/
+BUILD := build/
TARGET := $(BUILD)lb
VERSION ?= $(shell git log -n 1 --format=%h)
VARS := LOCKBOX_ENV=none
diff --git a/tests/run.sh b/tests/run.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-LB_BINARY=../bin/lb
+LB_BINARY=../build/lb
DATA="bin/$1"
ENV="$DATA/env"
CLIP_WAIT=1