driver: ignore package documentation sources
This commit is contained in:
7
Makefile
7
Makefile
@@ -65,7 +65,12 @@ WWTEST_SRC = cmd/wwtest/wwtest.ww \
|
||||
lib/strconv/decimal.ww lib/strconv/ftos.ww lib/strconv/ftos_data.ww \
|
||||
lib/strconv/stof.ww lib/strconv/stof_data.ww lib/strconv/strconv.ww \
|
||||
lib/strings/strings.ww lib/temp/temp.ww lib/time/time.ww \
|
||||
lib/types/types.ww
|
||||
lib/types/types.ww \
|
||||
lib/ww/syntax/ast.ww lib/ww/syntax/decl.ww \
|
||||
lib/ww/syntax/expr.ww lib/ww/syntax/lex.ww \
|
||||
lib/ww/syntax/parse.ww lib/ww/syntax/stmt.ww \
|
||||
lib/ww/syntax/sym.ww lib/ww/syntax/tok.ww \
|
||||
lib/ww/syntax/typ.ww
|
||||
|
||||
WWFIXTURE_BIN = $(BIN)/wwfixture
|
||||
WWFIXTURE_SRC = cmd/wwfixture/wwfixture.ww \
|
||||
|
||||
Reference in New Issue
Block a user