makefile for building tags

This commit is contained in:
William Casarin 2023-07-06 08:40:19 -07:00
parent af39a3a594
commit 7ff6ca17ce

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
tags: fake
find src -name '*.rs' | xargs ctags
.PHONY: fake