#!/bin/sh# Load all files sorting before the given argument.# You can pass in a prefix, but files matching the prefix *won't* be included.set-e
set-v
maketangle/tangle
./tangle/tangle--until$*|grep-v"^\s*//:">mu.cc
makeautogenerated_lists
g++-g-Wall-Wextra-fno-strict-aliasingmu.cc-omu
./mutest