3 lines
41 B
Makefile
3 lines
41 B
Makefile
|
sorted_names.txt: names.txt
|
||
|
sort $< >$@
|