liquid_feedback_core

view Makefile @ 103:bc8aa59b0945

Introduced "last_login_public" field, which is only updated after each day and does only contain date but not time for privacy reasons
(required changes in lf_update)
author jbe
date Sat Jan 22 20:09:18 2011 +0100 (2011-01-22)
parents 8d021cb5eaf4
children c8cd87b87708
line source
1 lf_update: lf_update.c
2 cc -Wall -g -lpq \
3 -I "`pg_config --includedir`" \
4 -L "`pg_config --libdir`" \
5 -o lf_update lf_update.c
7 clean::
8 rm -f lf_update

Impressum / About Us