make run-x-y
where x is the day and y is the part
make src/x-y
where x is the day and y is the part
make
make run-stdin-x-y < input_file
where x is the day and y is the part
src/x-y < input file
this does not automatically rebuild when the code changes