diff --git a/test/Makefile b/test/Makefile index 9795c1feb76fe02125bc880671d8015ad5223a0e..223f304691652a28d3c1d6d5f7824807413c9808 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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