Added dependency to package git.
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
(only-in racket/base [#%module-begin racket-module-begin])
|
(only-in racket/base [#%module-begin racket-module-begin])
|
||||||
(for-syntax racket/base)
|
(for-syntax racket/base)
|
||||||
"private/commands.rkt"
|
"private/commands.rkt"
|
||||||
"private/engine.rkt")
|
"private/engine.rkt"
|
||||||
|
git
|
||||||
|
)
|
||||||
|
|
||||||
(provide (all-from-out racket)
|
(provide (all-from-out racket)
|
||||||
(rename-out [makefile-module-begin #%module-begin])
|
(rename-out [makefile-module-begin #%module-begin])
|
||||||
@@ -23,7 +25,8 @@
|
|||||||
list-dirs
|
list-dirs
|
||||||
$target
|
$target
|
||||||
$deps
|
$deps
|
||||||
$<)
|
$<
|
||||||
|
(all-from-out git))
|
||||||
|
|
||||||
;; For target declarations we want a bound identifier to remain an ordinary
|
;; For target declarations we want a bound identifier to remain an ordinary
|
||||||
;; Racket expression. This makes generated targets such as (target obj ...)
|
;; Racket expression. This makes generated targets such as (target obj ...)
|
||||||
|
|||||||
Reference in New Issue
Block a user