blob: 93702869744dc9156b2aa0b8cc1e178daf3e1304 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2023-06-17 10:52:17 UTC
+++ Makefile
@@ -1,7 +1,6 @@
TARGET = trurl
OBJS = trurl.o
-LDLIBS = $$(curl-config --libs)
-CFLAGS += $$(curl-config --cflags) -W -Wall -Wshadow -Werror -pedantic -g -std=gnu99
+CFLAGS+=-W -Wall -Wshadow -Werror -pedantic -g
MANUAL = trurl.1
PREFIX ?= /usr/local
|