22 lines
540 B
Perl
22 lines
540 B
Perl
Configure the project for Unix:
|
|
|
|
$ mirage configure -t unix 2>/dev/null
|
|
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
|
|
|
|
The command succeeded and created a number of files. It produced a load of
|
|
warnings, but matching on the warnings given different compiler versions with
|
|
ever slightly different output is not worth it.
|
|
|
|
$ ls -a
|
|
.
|
|
..
|
|
Makefile
|
|
_build
|
|
config.ml
|
|
dist
|
|
dune
|
|
dune-project
|
|
dune-workspace
|
|
dune.build
|
|
dune.config
|
|
mirage
|