cpc

Cryptocurrency price checker
git clone git://git.wimdupont.com/cpc.git
Log | Files | Refs | LICENSE

commit 077c801be803a630a65b5e2ad980986fac7b4a83
parent 47d1014cae55d56478765e3200b1fb3aea521e80
Author: Wim Dupont <wim@wimdupont.com>
Date:   Thu, 19 Dec 2024 16:50:20 +0100

fix makefile

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

diff --git a/Makefile b/Makefile @@ -18,7 +18,7 @@ LDFLAGS=-lcjson -lcurl .c.o: $(CC) -g -c $(CFLAGS) $< -cex: ${OBJ} +cpc: ${OBJ} ${CC} -g -o $@ ${OBJ} ${LDFLAGS} clean: