recurse-talks/makefiles-are-cool/Makefile
2025-03-20 16:00:35 -04:00

3 lines
41 B
Makefile

sorted_names.txt: names.txt
sort $< >$@