Skip to content

Commit

Permalink
chore: add Make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed Jan 16, 2025
1 parent 3b423f2 commit 0d8739a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
docs:
@echo "Generating documentation..."
@nvim --headless --noplugin -u ./scripts/minimal-init.lua -c "luafile scripts/minidoc.lua" -c "qa!"

.PHONY: clean
clean:
@echo "Removing temporary directories..."
@rm -rf "/tmp/nvim/site/pack/test/start/mini.doc"

0 comments on commit 0d8739a

Please sign in to comment.