diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk +BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk && BOOTSTRAP_STANDALONE=1 make -f codegenerator.mk |