Skip to content
Commit e8372de9 authored by Richard Schwarting's avatar Richard Schwarting
Browse files

* change the binary name to gxml_test

parent b4b08b3a
Branches
Tags
No related merge requests found
......@@ -7,11 +7,11 @@ LOPTS= `pkg-config --libs glib-2.0 --libs gobject-2.0 --libs libxml-2.0 --libs g
debug:
valac --disable-warnings ${OPTS} ${PKGS} ${DBG} *.vala
gcc -o gdom_test -g ${LOPTS} *.o ../gdom/*.o
gcc -o gxml_test -g ${LOPTS} *.o ../gdom/*.o
all:
valac ${OPTS} ${PKGS} *.vala
gcc -o gdom_test ${LOPTS} *.o ../gdom/*.o
gcc -o gxml_test ${LOPTS} *.o ../gdom/*.o
clean:
rm *~ \#*\# *.c *.o gdom_test || true
rm *~ \#*\# *.c *.o gxml_test || true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment