Skip to content

Commit ec3b4c0

Browse files
committed
crook
1 parent 10d9c9c commit ec3b4c0

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

evildoer/build-runtime.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(unless (system (string-append "make -C '"
88
(path->string (normalize-path here))
9-
"' -s runtime.o"))
9+
"' --no-print-directory -s runtime.o"))
1010
(error 'build-runtime "could not build runtime"))
1111

1212
(define runtime-path

extort/build-runtime.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(unless (system (string-append "make -C '"
88
(path->string (normalize-path here))
9-
"' -s runtime.o"))
9+
"' --no-print-directory -s runtime.o"))
1010
(error 'build-runtime "could not build runtime"))
1111

1212
(define runtime-path

fraud/build-runtime.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(unless (system (string-append "make -C '"
88
(path->string (normalize-path here))
9-
"' -s runtime.o"))
9+
"' --no-print-directory -s runtime.o"))
1010
(error 'build-runtime "could not build runtime"))
1111

1212
(define runtime-path

hoax/build-runtime.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(unless (system (string-append "make -C '"
88
(path->string (normalize-path here))
9-
"' -s runtime.o"))
9+
"' --no-print-directory -s runtime.o"))
1010
(error 'build-runtime "could not build runtime"))
1111

1212
(define runtime-path

hustle/build-runtime.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(unless (system (string-append "make -C '"
88
(path->string (normalize-path here))
9-
"' -s runtime.o"))
9+
"' --no-print-directory -s runtime.o"))
1010
(error 'build-runtime "could not build runtime"))
1111

1212
(define runtime-path

iniquity/build-runtime.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(unless (system (string-append "make -C '"
88
(path->string (normalize-path here))
9-
"' -s runtime.o"))
9+
"' --no-print-directory -s runtime.o"))
1010
(error 'build-runtime "could not build runtime"))
1111

1212
(define runtime-path

jig/build-runtime.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(unless (system (string-append "make -C '"
88
(path->string (normalize-path here))
9-
"' -s runtime.o"))
9+
"' --no-print-directory -s runtime.o"))
1010
(error 'build-runtime "could not build runtime"))
1111

1212
(define runtime-path

knock/build-runtime.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(unless (system (string-append "make -C '"
88
(path->string (normalize-path here))
9-
"' -s runtime.o"))
9+
"' --no-print-directory -s runtime.o"))
1010
(error 'build-runtime "could not build runtime"))
1111

1212
(define runtime-path

loot/build-runtime.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(unless (system (string-append "make -C '"
88
(path->string (normalize-path here))
9-
"' -s runtime.o"))
9+
"' --no-print-directory -s runtime.o"))
1010
(error 'build-runtime "could not build runtime"))
1111

1212
(define runtime-path

0 commit comments

Comments
 (0)