liquid_feedback_core

view Makefile @ 78:4fc1779a9c98

add test policies

the test policies have values that move them quickly to the target area for frontend development
author Daniel Poelzleithner <poelzi@poelzi.org>
date Mon Oct 04 14:24:29 2010 +0200 (2010-10-04)
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