feat: add day 5
This commit is contained in:
13
day5/Makefile
Normal file
13
day5/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
clear:
|
||||
rm -rf build/*
|
||||
|
||||
run:
|
||||
cp input.txt build
|
||||
cp input_test.txt build
|
||||
cd build && cmake .. && make && ./Day5 input_test.txt
|
||||
|
||||
release:
|
||||
cp input.txt build
|
||||
cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make && ./Day5 input.txt
|
||||
Reference in New Issue
Block a user