From 59e6c09a8608f6fdb47b3ad38338aa0cabe94d9a Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 23 Mar 2022 20:45:20 -0600 Subject: curl now works --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7458674..590a273 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include config.mk SRC = uirc.c uirc: ${SRC} - ${CC} -o uirc -O ${SRC} -lm + ${CC} -l curl -o uirc -O ${SRC} -lm debug: uirc ${CC} -g -o d_uirc -O ${SRC} -lm -- cgit v1.2.3