From: Jérôme Benoit Date: Mon, 18 Dec 2017 18:57:56 +0000 (+0100) Subject: Make only the minimal required changes to the buildsystem. X-Git-Url: https://git.piment-noir.org/?p=TD_BDD.git;a=commitdiff_plain;h=12aab0fd83fece7d01b425204a1be430c15f7cdd;ds=sidebyside Make only the minimal required changes to the buildsystem. Signed-off-by: Jérôme Benoit --- diff --git a/TD5/C/Makefile b/TD5/C/Makefile index 04569c3..eb1c686 100644 --- a/TD5/C/Makefile +++ b/TD5/C/Makefile @@ -15,7 +15,6 @@ BINARY_NAME=infovols BUILD_TYPE=debug #BUILD_TYPE=release LDLIBS=-lmysqlclient -INCLUDES=-I/usr/include/mysql # ==================================== # DO NOT CHANGE STUFF BEYOND THIS LINE