advent-of-code/12021/05/Makefile

15 lines
149 B
Makefile

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