X-Git-Url: https://git.piment-noir.org/?p=TD_BDD.git;a=blobdiff_plain;f=TD5%2FC%2FMakefile;h=7f5ffe9ebdd69666a9722d5dfebf92995e1081b7;hp=04569c35340bc837579141ec54b5001a1b00b797;hb=bbd04c50574f4f94b80c31b00ece62302421c16b;hpb=3dc7dfe648c664f59dfce9d3e5e39720ab4ae6ae diff --git a/TD5/C/Makefile b/TD5/C/Makefile index 04569c3..7f5ffe9 100644 --- a/TD5/C/Makefile +++ b/TD5/C/Makefile @@ -11,11 +11,10 @@ # # Automatic dependencies code from: # http://make.mad-scientist.net/papers/advanced-auto-dependency-generation/#tldr -BINARY_NAME=infovols +BINARY_NAME=liste_usines BUILD_TYPE=debug #BUILD_TYPE=release LDLIBS=-lmysqlclient -INCLUDES=-I/usr/include/mysql # ==================================== # DO NOT CHANGE STUFF BEYOND THIS LINE