Files
tldr/Makefile
Leandro Ostera e24d9800a8 refactors index building script to output JSON
also removes index.md
2015-03-04 21:10:36 -03:00

4 lines
73 B
Makefile

index:
@TLDRHOME=`pwd` ./scripts/build_index.rb
@echo "Index rebuilt."