main: gcc main.c -o main -I./libxml2/include/libxml2 -L./libxml2/lib/ -lxml2 -g clean: rm -rf main