bcalc

cli bitcoin unit calculator
git clone git://jb55.com/bcalc
Log | Files | Refs | README | LICENSE

commit 27174b019aec4aa377f7d51ff0753366756422a6
parent 7017df27b3e6f6b5e1433034985ca00e9c5b53e3
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 16 Dec 2017 23:14:39 -0800

travis: fix compile error

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -3,6 +3,7 @@ BIN=bcalc DEPS=$(wildcard deps/*/*.c) $(GEN) PREFIX ?= /usr/local +CFLAGS = -std=c99 SRC = num.c DEPS = $(wildcard deps/*/*.c) $(SRC) OBJS = $(DEPS:.c=.o) parser.tab.o lex.yy.o