add level.mdwn where it was forgotten
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 26 Apr 2023 00:48:06 +0000 (17:48 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 26 Apr 2023 00:48:06 +0000 (17:48 -0700)
openpower/sv/rfc/Makefile
openpower/sv/rfc/ls012/.gitignore

index 8932897f113afb16fc745d4770f260afbb328d9f..18db19d61857b5fc32031ae82623af8a94d28808 100644 (file)
@@ -10,7 +10,8 @@ all: $(pdfs)
 
 ls012 = $(realpath ls012)
 
-$(ls012)/areas.mdwn $(ls012)/xo_cost.mdwn: ls012_optable.py ls012/optable.csv
+$(ls012)/areas.mdwn $(ls012)/xo_cost.mdwn \
+$(ls012)/level.mdwn: ls012_optable.py ls012/optable.csv
        @echo making optables
        python3 ls012_optable.py
 
index 0686fcbd5ea447d45e5a3f7f983487d9b2978d4d..bbf2ec7318f32d3f4c81b43e93db5ec2d3fb86df 100644 (file)
@@ -1,2 +1,3 @@
 /areas.mdwn
-/xo_cost.mdwn
\ No newline at end of file
+/xo_cost.mdwn
+/level.mdwn
\ No newline at end of file