oke
This commit is contained in:
@@ -22,17 +22,16 @@ any recipe automatically. Builds are started explicitly with @racket[make].
|
||||
|
||||
@section{Installation}
|
||||
|
||||
Install the package from a local checkout with:
|
||||
@tt{racket-makefile} is available through the
|
||||
@hyperlink["https://pkgs.racket-lang.org/"]{Racket Package Catalog}.
|
||||
|
||||
Install it with:
|
||||
|
||||
@verbatim{
|
||||
raco pkg install
|
||||
raco pkg install racket-makefile
|
||||
}
|
||||
|
||||
For a versioned archive, specify the package name explicitly:
|
||||
|
||||
@verbatim{
|
||||
raco pkg install --name racket-makefile racket-makefile-0.1.8.zip
|
||||
}
|
||||
or using the @tt{DrRacket} package manager.
|
||||
|
||||
After installation a makefile can start with:
|
||||
|
||||
@@ -40,6 +39,8 @@ After installation a makefile can start with:
|
||||
#lang racket-makefile
|
||||
}
|
||||
|
||||
If you want to see some example of a @tt{Makefile.rkt}}, you can look in the module code of @tt{racket-makefile}.
|
||||
|
||||
@section{A first makefile}
|
||||
|
||||
For example:
|
||||
|
||||
Reference in New Issue
Block a user