advent-of-code/12021/08/Makefile

15 lines
149 B
Makefile

1t:
awk -c -f 08.awk test
1i:
awk -c -f 08.awk input
2t:
awk -c -f 08_2.awk test
2i:
awk -c -f 08_2.awk input
paste:
xclip -sel c -o > test