Makefile 198 B

12345678
  1. all:
  2. @echo "Use make run to fill some of the standard documentation"
  3. run:
  4. fsharpc --debug:full -r:System.Xml.Linq fill.fs && mono --debug fill.exe
  5. Urho.xml:
  6. mdoc export-msxdoc --out=Urho.xml .