arabica/examples/Makefile

22 lines
394 B
Makefile
Raw Normal View History

2002-06-21 11:16:28 +00:00
#/////////////////////////////////////////////////////////////////////////
#//////////////////////////////////////////////
# High level rules
all :
cd SAX; make
cd SAX2DOM; make
# Cleaning up
clean :
cd SAX; make clean
cd SAX2DOM; make clean
#/////////////////////////////////////////////////////////////////////////
#//////////////////////////////////////////////
# End of File