We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bdec3 commit 574e37dCopy full SHA for 574e37d
1 file changed
www/notes/abscond/asm/interp.rkt
@@ -13,7 +13,7 @@
13
#:exists 'truncate
14
(λ ()
15
(asm-display a)))
16
- (system (format "(cd ~a && make -s ~a)" dir t.run))
+ (system (format "(cd ~a && make -s ~a) 2>&1 >/dev/null" dir t.run))
17
(delete-file t.s)
18
(with-input-from-string
19
(with-output-to-string
0 commit comments