about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-12 00:10:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-12 00:10:32 -0700
commit6dd675764158bca3ab9547f6c653bdf8ba277d43 (patch)
tree8dc956b0c3fa12b3377c80f1f6a3d91fca5532e7 /020run.cc
parenta9b225f70616593085a2d5975962e7e958b86ce8 (diff)
downloadmu-6dd675764158bca3ab9547f6c653bdf8ba277d43.tar.gz
3051
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index 03efcd79..df42abc0 100644
--- a/020run.cc
+++ b/020run.cc
@@ -158,6 +158,8 @@ if (argc > 1) {
   if (Run_tests) Recipe.erase(get(Recipe_ordinal, "main"));
 }
 transform_all();
+//? DUMP("");
+//? exit(0);
 save_snapshots();
 
 //: Step 3: if we aren't running tests, locate a recipe called 'main' and