diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d6c4269 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ + +tags: fake + find src -name '*.rs' | xargs ctags + +.PHONY: fake