This commit is contained in:
2026-08-13 18:42:08 +02:00
parent 6b45f57d4d
commit bc394756e8
6 changed files with 417 additions and 12 deletions
+8 -7
View File
@@ -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: