liquid_feedback_core

view Makefile @ 278:0a42a2600a2b

Included old API tables maked as "deprecated" to allow testing with alpha api and preliminary authorization interface after core update to v2.1
author jbe
date Fri Aug 10 21:39:50 2012 +0200 (2012-08-10)
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