Makefile looks for .lhs source files

This commit is contained in:
Brian Huffman 2017-03-27 18:08:30 -07:00
parent 1a38f470a1
commit e15e8ee8bb

View File

@ -111,7 +111,7 @@ endif
CRYPTOL_SRC := \
$(shell find src cryptol cryptol-server bench \
\( -name \*.hs -or -name \*.x -or -name \*.y \) \
\( -name \*.hs -or -name \*.lhs -or -name \*.x -or -name \*.y \) \
-and \( -not -name \*\#\* \) -print) \
$(shell find lib -name \*.cry) \
${GIT_INFO_FILES}