Makefile: Make *.sty and *.tex precious so Make won't delete them
authorW. Trevor King <wking@tremily.us>
Tue, 21 Oct 2014 04:45:03 +0000 (21:45 -0700)
committerW. Trevor King <wking@tremily.us>
Tue, 21 Oct 2014 04:56:50 +0000 (21:56 -0700)
commit75bd04f0780d87a01da134047e5afc9dd21df602
tree8886871927eb74b7ed0b1bb3c50df1fad6e2c220
parent748c3a401596715c838f5fa8b6ca0a7db9eea757
Makefile: Make *.sty and *.tex precious so Make won't delete them

See [1] for the .PRECIOUS docs.

[1]: https://www.gnu.org/software/make/manual/html_node/Special-Targets.html#index-preserving-with-_002ePRECIOUS
Makefile