Skip to content

Commit

Permalink
Merge branch 'fix_gitlab_ci' into 'main'
Browse files Browse the repository at this point in the history
HOTFIX: Makefile: Problem -> Question

See merge request feng/training/labs_solar_system!30
  • Loading branch information
leogermond committed Nov 17, 2023
2 parents f6715cb + 4e31d21 commit 5ce5ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ build_problems:
for lab in "Array_Types" "Record_Types" "Subprograms" "Packages" "Private_Types" "Access_Types" \
"Exceptions" "Interfacing_With_C" "Tasking_Protected_Objects" "Subprogram_Contracts"; do \
echo $$lab; \
Mode=Problem Lab="$$lab" alr build; \
Mode=Question Lab="$$lab" alr build; \
done

build_solutions:
Expand Down

0 comments on commit 5ce5ec1

Please sign in to comment.