advent-of-code/12021/07/Makefile

15 lines
149 B
Makefile

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