tadd build configuration - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a4a1933604bee567f2dd69371919464bb34388e5
 (DIR) parent 4ac9c44d25637f83e734af4c03e62763b9f190af
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 21 May 2021 09:48:49 +0200
       
       add build configuration
       
       Diffstat:
         A build.sh                            |      12 ++++++++++++
       
       1 file changed, 12 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/build.sh b/build.sh
       t@@ -0,0 +1,12 @@
       +#!/bin/sh
       +./configure \
       +        --enable-curses-client \
       +        --disable-gui-client \
       +        --disable-nls \
       +        --enable-strict \
       +        --without-esd \
       +        --disable-gui-server \
       +        --disable-plugins \
       +        --without-sdl \
       +        --disable-networking
       +        && make