diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-05-15 18:41:45 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-05-15 18:42:21 -0700 |
commit | 7ace115b8b37597f31927ce993d0e6f6afa799e1 (patch) | |
tree | 56332638bed8ef2cf8ad57b0c79080535917d2ff /Makefile | |
parent | 609ec770191522854da18e8f6095a86ce61882ab (diff) | |
download | mc-7ace115b8b37597f31927ce993d0e6f6afa799e1.tar.gz |
Add one bootstrap file per system.
We may have different build orders, so we want one
bootstrap file per system.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ check: all bench: all $(MAKE) -C bench bench -bootstrap.sh: buildmyr +.PHONY: bootstrap +bootstrap: buildmyr ./genbootstrap.sh buildmyr: |