Skip to content

Commit 574e37d

Browse files
committed
Really, be quiet already.
1 parent 33bdec3 commit 574e37d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/abscond/asm/interp.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#:exists 'truncate
1414
(λ ()
1515
(asm-display a)))
16-
(system (format "(cd ~a && make -s ~a)" dir t.run))
16+
(system (format "(cd ~a && make -s ~a) 2>&1 >/dev/null" dir t.run))
1717
(delete-file t.s)
1818
(with-input-from-string
1919
(with-output-to-string

0 commit comments

Comments
 (0)