Skip to content

Commit 2a992db

Browse files
committed
Add binpath Makefile target.
1 parent 1e2548e commit 2a992db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ server:
1313
sudo service texmath start
1414
.PHONY: server
1515

16+
binpath:
17+
@cabal list-bin -v0 $(CABALOPTS) texmath
18+
.PHONY: binpath
19+
1620
clean:
1721
cabal clean
1822
.PHONY: clean

0 commit comments

Comments
 (0)