Fix Makefile for libxml2
This commit is contained in:
parent
4175231648
commit
64ec4cc8b1
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1,7 +1,7 @@
|
|||
CFLAGS=-g -Wall
|
||||
INCLUDE=-I/usr/local/include
|
||||
INCLUDE=-I/usr/local/include -I/usr/local/include/libxml2
|
||||
LDFLAGS=-L/usr/local/lib
|
||||
LDLIBS=-lcurl
|
||||
LDLIBS=-lcurl -lxml2 -lz -lm -ldl
|
||||
SOURCES=src/feader.c
|
||||
OUTPUT=-o out/feader
|
||||
|
||||
|
@ -19,4 +19,4 @@ setup:
|
|||
mkdir out
|
||||
|
||||
run:
|
||||
./out/feader
|
||||
./out/feader http://cave.wbrawner.com/feed.xml
|
||||
|
|
Loading…
Reference in a new issue