Skip to content

Commit

Permalink
Changed Reflection to ReflectAndTrace in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
PromishKandel committed Dec 31, 2024
1 parent 863d16e commit e8c355b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ HazA:
cd HazardAnalysis && make && cd ../..

Refl:
cd Reflection && make && cd ../..
cd ReflectAndTrace && make && cd ../..

UGde:
cd UserGuide && make && cd ../..
Expand Down Expand Up @@ -68,7 +68,7 @@ cleanHazA:
cd HazardAnalysis && make clean && cd ..

cleanRefl:
cd Reflection && make clean && cd ..
cd ReflectAndTrace && make clean && cd ..

cleanUGde:
cd UserGuide && make clean && cd ..

0 comments on commit e8c355b

Please sign in to comment.