@@ -389,6 +389,17 @@ compiled executable runs within the container. However, instead of printing only
389
389
the checksum of the resulting binary, the `check` step also outputs the checksum
390
390
of the image.
391
391
392
+ # figure (
393
+ {
394
+ sourcefile (
395
+ file : " Makefile" ,
396
+ lang : " Makefile" ,
397
+ read (" ../../lib/scenario-2/Makefile" ),
398
+ )
399
+ },
400
+ caption : [`Makefile` of Scenario 2],
401
+ ) <ch3-makefile-scenario2>
402
+
392
403
# figure (
393
404
shell (read (" ../../resources/sourcecode/scenario-2.log" )),
394
405
supplement : " Terminal session" ,
@@ -570,6 +581,17 @@ considering Guix.
570
581
caption : [From Scenario 3, the Guix build file (`guix.scm` )],
571
582
) <ch3-default-guix>
572
583
584
+ # figure (
585
+ {
586
+ sourcefile (
587
+ file : " Makefile" ,
588
+ lang : " Makefile" ,
589
+ read (" ../../lib/scenario-3/Makefile" ),
590
+ )
591
+ },
592
+ caption : [`Makefile` of Scenario 3],
593
+ ) <ch3-makefile-scenario3>
594
+
573
595
# figure (
574
596
{
575
597
shell (read (" ../../resources/sourcecode/scenario-3.log" ))
@@ -675,6 +697,17 @@ environment.
675
697
caption : [The Nix build file (`default.nix` ) from Scenario 4],
676
698
) <ch3-default-nix>
677
699
700
+ # figure (
701
+ {
702
+ sourcefile (
703
+ file : " Makefile" ,
704
+ lang : " Makefile" ,
705
+ read (" ../../lib/scenario-4/Makefile" ),
706
+ )
707
+ },
708
+ caption : [`Makefile` of Scenario 4],
709
+ ) <ch3-makefile-scenario4>
710
+
678
711
# figure (
679
712
{
680
713
shell (read (" ../../resources/sourcecode/scenario-4.log" ))
@@ -737,6 +770,17 @@ dependencies could drift to newer versions.
737
770
caption : [The Nix Flake file (`flake.nix` ) from Scenario 5],
738
771
) <ch3-flake-nix>
739
772
773
+ # figure (
774
+ {
775
+ sourcefile (
776
+ file : " Makefile" ,
777
+ lang : " Makefile" ,
778
+ read (" ../../lib/scenario-5/Makefile" ),
779
+ )
780
+ },
781
+ caption : [`Makefile` of Scenario 5],
782
+ ) <ch3-makefile-scenario5>
783
+
740
784
# figure (
741
785
{
742
786
shell (read (" ../../resources/sourcecode/scenario-5.log" ))
0 commit comments