Skip to content

Instantly share code, notes, and snippets.

@axelson
Created January 1, 2010 11:36
Show Gist options
  • Save axelson/267092 to your computer and use it in GitHub Desktop.
Save axelson/267092 to your computer and use it in GitHub Desktop.
ocamlc -o src/mkProjectInfo src/mkProjectInfo.ml
src/mkProjectInfo > src/Makefile.ProjectInfo
Fatal error: exception Scanf.Scan_failure("scanf: bad input at char number 4: looking for ':', found '$'")
make -C src
make[1]: Entering directory `/home/jason/unison-root/data/programming/unison/src'
UISTYLE = text
Building for Unix
NATIVE = true
THREADS = false
STATIC = false
OSTYPE =
OSARCH =
make tags
make[2]: Entering directory `/home/jason/unison-root/data/programming/unison/src'
etags *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt
make[2]: Leaving directory `/home/jason/unison-root/data/programming/unison/src'
make[1]: Leaving directory `/home/jason/unison-root/data/programming/unison/src'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment