first three days
This commit is contained in:
9
day1/Makefile
Normal file
9
day1/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
clear:
|
||||
rm -rf build/*
|
||||
|
||||
run:
|
||||
cp input.txt build
|
||||
cp input_test.txt build
|
||||
cd build && cmake .. && make && ./Day1
|
||||
Reference in New Issue
Block a user