Skip to content

Commit 93901d4

Browse files
committed
Fixed makefile noise so removed workaround.
1 parent a42fe81 commit 93901d4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

www/assignments/6.scrbl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99

1010
@bold{Due: @assign-deadline[6]}
1111

12-
@;{ All this to silence some Makefile output on Linux -- should probably be taken care of at the Makefile level }
13-
@(ev '(begin (define p (current-output-port))
14-
(current-output-port (open-output-string))
15-
(require hoax-plus)
16-
(current-output-port p)))
12+
@(ev '(require hoax-plus))
1713

1814
The goal of this assignment is to gain proficiency with our
1915
representation of memory-allocated values by implementing a number of

0 commit comments

Comments
 (0)