From: Norbert Moutarde Date: Fri, 14 Jun 2013 13:04:22 +0000 (+0200) Subject: clean X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=5a6de2a862cf9af7d561d9cbaeb53f279286d63d;p=diary-shell.git clean --- diff --git a/diary-shell b/diary-shell deleted file mode 100755 index 0b9ecbc..0000000 Binary files a/diary-shell and /dev/null differ diff --git a/howto-compile.sh b/howto-compile.sh index 2b3a7c7..0b93aca 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/usr/include/postgresql -I.. -lpq -fpermissive +g++ main.cpp sqldb.cpp -o diary-shell -L /usr/lib -I/usr/include/postgresql -lpq -fpermissive