Do not automagically include git at the moment.

This commit is contained in:
2026-08-11 09:40:51 +02:00
parent 0c9dc3cd1d
commit 571ebc9b44
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -1,6 +1,5 @@
#lang racket #lang racket
(require "main.rkt" (require "main.rkt"
racket/string racket/string
git git
+3 -2
View File
@@ -5,7 +5,7 @@
(for-syntax racket/base) (for-syntax racket/base)
"private/commands.rkt" "private/commands.rkt"
"private/engine.rkt" "private/engine.rkt"
git ;git
) )
(provide (all-from-out racket) (provide (all-from-out racket)
@@ -26,7 +26,8 @@
$target $target
$deps $deps
$< $<
(all-from-out git)) )
;(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 ...)