liquid_feedback_core

view Makefile @ 320:3a7f06a88ecb

Calculate "harmonic_weight" to be used as a secondary sorting key, while the "admitted" flag shall be used as the primary sorting key for initiatives
author jbe
date Fri Feb 08 18:26:25 2013 +0100 (2013-02-08)
parents c8cd87b87708
children 98c14d8d07f1
line source
1 lf_update: lf_update.c
2 cc -Wall -g \
3 -I "`pg_config --includedir`" \
4 -L "`pg_config --libdir`" \
5 -o lf_update lf_update.c -lpq
7 clean::
8 rm -f lf_update

Impressum / About Us