diff options
Diffstat (limited to 'local')
-rw-r--r-- | local/sinprog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/local/sinprog b/local/sinprog index 836f438..2271279 100644 --- a/local/sinprog +++ b/local/sinprog @@ -1,9 +1,9 @@ # Don't edit this file manually. It controls the flow of builder's process # If you want to start again, please select START NEW when prompted during # the PartA: Fundamentals -PARTA=0 -RDEP=0 -CATALYST=0 -PRECOMP=0 -EXTRACTION=0 +PARTA=1 +RDEP=1 +CATALYST=1 +PRECOMP=1 +EXTRACTION=1 PARTB=0 |