liquid_feedback_core

view Makefile @ 264:c8cd87b87708

Changed Makefile: Placed argument for the linked library after the source file that uses its symbols
author jbe
date Tue Aug 07 12:25:02 2012 +0200 (2012-08-07)
parents 8d021cb5eaf4
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