diff --git a/Makefile b/Makefile index cc39169..ad3842b 100755 --- a/Makefile +++ b/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