btcs

bitcoin script parser/evaluator/compiler/decompiler
git clone git://jb55.com/btcs
Log | Files | Refs | README | LICENSE

commit 4e5d6af12ca3140e9fdb6923e4485cb2bde29543
parent 24808760cabe629a19c056e9da5f5c663723194b
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 20 Dec 2017 12:29:59 -0800

test: should remake bin

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -65,7 +65,7 @@ $(BIN): $(OBJS) $(CLIOBJS) run_tests: $(OBJS) $(TESTOBJS) $(CC) $(CFLAGS) -o $@ $(OBJS) $(TESTOBJS) -test: run_tests +test: run_tests $(BIN) @./run_tests clean: