Commit c2abd765 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixed up includes

parent 2adc5024
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@ compile_problem_3c:
    - job: prebuild_problem_3c
      artifacts: true
  script:
    - cp impl/Rubk.cpp main.cpp hw2/tests/impl/
    - cp impl/Rubk.cpp hw2/tests/impl/
    - cp main.cpp hw2/tests/
    - cd hw2/tests
    - make solver
    - make problem3c