f27dd7325a
Simulators for MMIX, a RISC machine designed by Professor Donald Knuth to replace MIX in the ultimate editions of his monumental opus ``The Art of Computer Programming''. The programs are described in MMIXware by Donald E. Knuth Lecture Notes in Computer Science 1750 (Springer Verlag, Heidelberg, 1999).
13 lines
410 B
Text
13 lines
410 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/04/12 21:52:14 jtb Exp $
|
|
|
|
--- Makefile.orig Sat Jul 29 17:59:18 2000
|
|
+++ Makefile
|
|
@@ -6,7 +6,7 @@
|
|
# In fact, CWEB 3.61 is recommended for making hardcopy or PDF documentation.
|
|
|
|
# If you prefer optimization to debugging, change -g to something like -O:
|
|
-CFLAGS = -g
|
|
+#CFLAGS = -g
|
|
|
|
# Uncomment the second line if you use pdftex to bypass .dvi files:
|
|
PDFTEX = dvipdfm
|