]> matita.cs.unibo.it Git - helm.git/blob - C/gdome_xslt/Makefile
made executable again
[helm.git] / C / gdome_xslt / Makefile
1 INCLUDES = `gdome-config --cflags` `xslt-config --cflags`
2
3 gdome_xslt.o: gdome_xslt.c
4         gcc -c $(INCLUDES) $<
5
6 clean:
7         rm -f gdome_xslt.o