Fix amalgamation to work with X Macro files

This commit is contained in:
Luchs
2015-04-16 14:45:22 +02:00
parent bc7bf2a09f
commit 796639e371
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