bsw/jbe@4: getpic: getpic.c bsw@872: # add -DPUBLIC_ACCESS for public access to avatar images bsw@872: cc -g -Wall -o getpic getpic.c -I `pg_config --includedir` -L `pg_config --libdir` -lpq -Wl,-rpath,`pg_config --libdir` bsw/jbe@4: bsw/jbe@4: clean:: bsw/jbe@4: rm -f getpic