diff options
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile index 9fd331e..ef25865 100644 --- a/app/Makefile +++ b/app/Makefile @@ -24,7 +24,9 @@ APP_DIST= \ template-html.lsp\ template-stream.lsp\ welcome-controller.lua\ - welcome-html.lsp + welcome-html.lsp\ + dispatcherror-html.lsp\ + exception-html.lsp\ EXTRA_DIST=README Makefile DISTFILES=$(APP_DIST) $(EXTRA_DIST) |