Clean up directory
This commit is contained in:
@@ -29,7 +29,7 @@ include_directories(src/common)
|
|||||||
|
|
||||||
### Day 1
|
### Day 1
|
||||||
# P1
|
# P1
|
||||||
add_executable(d1p1 src/day1/p1/main.cpp)
|
add_executable(d1p1 src/day1/p1.cpp)
|
||||||
add_executable(d1p1-faf src/day1/p1/faf.cpp)
|
add_executable(d1p1-faf src/day1/p1-faf.cpp)
|
||||||
# P2
|
# P2
|
||||||
add_executable(d1p2 src/day1/p2/main.cpp)
|
add_executable(d1p2 src/day1/p2.cpp)
|
||||||
Reference in New Issue
Block a user