Do a cabal update before making asciimath
This commit is contained in:
parent
685e76862f
commit
3e0655f61f
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ $(HS_FILTERS):
|
||||
ghc --make $@.hs -o $@
|
||||
|
||||
$(ASCIIMATH):
|
||||
(cd filters/asciimath; make filter-only)
|
||||
(cd filters/asciimath; cabal update; make filter-only)
|
||||
|
||||
clean:
|
||||
rm -f $(OUT)
|
||||
|
Loading…
Reference in New Issue
Block a user