Makefile: Build with server by default

Tue, 11 Sep 2018 23:41:48 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 11 Sep 2018 23:41:48 +0100
changeset 142
13892b175f06
parent 141
7b774278ca84
child 143
28b92d201120

Makefile: Build with server by default

Makefile file | annotate | diff | comparison | revisions
--- a/Makefile	Tue Sep 11 23:41:18 2018 +0100
+++ b/Makefile	Tue Sep 11 23:41:48 2018 +0100
@@ -7,7 +7,7 @@
 SOURCE_FILES=$(shell $(SQUISH) --list-files)
 MISSING_FILES=$(shell $(SQUISH) --list-missing-files)
 
-SQUISH_PARAMS=--with-verse
+SQUISH_PARAMS=--with-verse --with-server
 
 OUTPUT=build/scansion
 

mercurial