Remove unneeded line from Makefile.

This commit is contained in:
Bob Nystrom
2015-05-19 07:00:44 -07:00
parent e861b86563
commit 3be0a396c4

View File

@ -57,5 +57,4 @@ gh-pages: docs
amalgamation: src/include/wren.h src/vm/*.h src/vm/*.c
./script/generate_amalgamation.py > build/wren.c
.DELETE_ON_ERROR: wren.c
.PHONY: all amalgamation builtin clean debug docs gh-pages release test watchdocs