fix: adjust amalgamation script to handle X Macro headers with conditional include guards

This commit is contained in:
Luchs
2015-04-16 12:40:17 +00:00
parent 641402a974
commit b4caca05fd
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ gh-pages: docs
# Build amalgamation of all Wren library files.
wren.c: src/include/wren.h src/vm/*.h src/vm/*.c
./script/generate_amalgamation.py $^ > $@
./script/generate_amalgamation.py > $@
.DELETE_ON_ERROR: wren.c
.PHONY: debug release all clean test builtin docs watchdocs gh-pages