Merge pull request #541 from kext/amalgamation

Repaired amalgamation script
This commit is contained in:
Sven Bergström
2019-09-18 00:11:22 -07:00
committed by GitHub
2 changed files with 22 additions and 7 deletions
+2 -1
View File
@@ -113,7 +113,8 @@ gh-pages: docs
$(V) cp -r build/docs/. build/gh-pages
# Build amalgamation of all Wren library files.
amalgamation: src/include/wren.h src/vm/*.h src/vm/*.c
amalgamation: src/include/wren.h src/vm/*.h src/vm/*.c src/optional/*.h src/vm/*.c
mkdir -p build
./util/generate_amalgamation.py > build/wren.c
.PHONY: all amalgamation api_test benchmark builtin clean debug docs gh-pages release test vm watchdocs ci ci_32 ci_64