liquid_feedback_core

annotate Makefile @ 4:6133c0a62378

Version beta5

Precalculation of certain values to increase performance:
- Count of active members per area
- Count of active members altogether
- Count of people involved in the voting process for an issue

Minor bugfix in function close_voting(...) related to initiatives having no positive or negative votes
author jbe
date Sun Nov 15 12:00:00 2009 +0100 (2009-11-15)
parents 8d021cb5eaf4
children c8cd87b87708
rev   line source
jbe@0 1 lf_update: lf_update.c
jbe@0 2 cc -Wall -g -lpq \
jbe@0 3 -I "`pg_config --includedir`" \
jbe@0 4 -L "`pg_config --libdir`" \
jbe@0 5 -o lf_update lf_update.c
jbe@0 6
jbe@0 7 clean::
jbe@0 8 rm -f lf_update

Impressum / About Us