From: Norbert Moutarde Date: Sat, 29 Jun 2013 11:36:12 +0000 (+0200) Subject: a buggy commandline was "unbugged" X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=1648a89d8b4d63a56032e773f8ddacd5cf327535;p=diary-shell a buggy commandline was "unbugged" --- diff --git a/howto-compile.sh b/howto-compile.sh index dc249f5..fdb115c 100755 --- a/howto-compile.sh +++ b/howto-compile.sh @@ -1,2 +1,2 @@ rm diary-shell -g++ main.cpp ../sqldb.cpp -o diary-shell -L /usr/lib -I .. -I/usr/include/postgresql -lpq -fpermissive +g++ main.cpp sqldb.cpp -o diary-shell -L /usr/lib -I .. -I/usr/include/postgresql -lpq -fpermissive