notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

Makefile (126B)


      1 
      2 all:
      3 	cargo check
      4 
      5 tags: fake
      6 	find . -type d -name target -prune -o -type f -name '*.rs' -print | xargs ctags
      7 
      8 .PHONY: fake