Skip to content

Commit

Permalink
vim tags makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Jan 17, 2022
1 parent eff496f commit 404fbe2
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
@@ -1,5 +1,7 @@
HS_SRC := $(shell find src -type f) jacinda.cabal

JAC_SRC := $(shell find prelude lib -type f)

man/ja.1: man/MANPAGE.md
pandoc $< -s -t man -o $@

Expand All @@ -24,3 +26,6 @@ clean:

moddeps.svg: $(HS_SRC)
graphmod -i src | dot -Tsvg -o $@

tags: $(JAC_SRC)
fd '.jac$$' prelude lib -x ja run examples/tags.jac -i > $@

0 comments on commit 404fbe2

Please sign in to comment.