Added dependency to package git.

This commit is contained in:
2026-08-10 15:53:18 +02:00
parent 81c49b6692
commit 213beb84ff
+5 -2
View File
@@ -4,7 +4,9 @@
(only-in racket/base [#%module-begin racket-module-begin])
(for-syntax racket/base)
"private/commands.rkt"
"private/engine.rkt")
"private/engine.rkt"
git
)
(provide (all-from-out racket)
(rename-out [makefile-module-begin #%module-begin])
@@ -23,7 +25,8 @@
list-dirs
$target
$deps
$<)
$<
(all-from-out git))
;; For target declarations we want a bound identifier to remain an ordinary
;; Racket expression. This makes generated targets such as (target obj ...)