X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TD5%2FC%2FMakefile;h=7f5ffe9ebdd69666a9722d5dfebf92995e1081b7;hb=aa65563b553b4e77569ae21a0be07b01dc9bc507;hp=04569c35340bc837579141ec54b5001a1b00b797;hpb=3dc7dfe648c664f59dfce9d3e5e39720ab4ae6ae;p=TD_BDD.git 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