From: Jérôme Benoit Date: Sat, 3 Jun 2017 21:27:44 +0000 (+0200) Subject: Handle Mac OS X case insensitive FS properly X-Git-Url: https://git.piment-noir.org/?p=TD_IML.git;a=commitdiff_plain;h=949daaf9e991b4d561eb4d8585129828e3e00d98;ds=sidebyside Handle Mac OS X case insensitive FS properly Signed-off-by: Jérôme Benoit --- diff --git a/.gitignore b/.gitignore index 03fd390..f7925e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,15 @@ -td* +exo* *.static *.dynamic -# for cygwin +# for cygwin *.exe *.o *.so +*.dylib *.a -# for cygwin +# for cygwin *.dll *.dll.a diff --git a/TD1/part_one/Makefile b/TD1/part_one/Makefile index 69a544d..eb33b06 100644 --- a/TD1/part_one/Makefile +++ b/TD1/part_one/Makefile @@ -11,7 +11,7 @@ # # Automatic dependencies code from: # http://make.mad-scientist.net/papers/advanced-auto-dependency-generation/#tldr -BINARY_NAME=td1 +BINARY_NAME=exo1 BUILD_TYPE=debug # ==================================== diff --git a/TD1/part_two/Makefile b/TD1/part_two/Makefile index 69a544d..8c707d7 100644 --- a/TD1/part_two/Makefile +++ b/TD1/part_two/Makefile @@ -11,7 +11,7 @@ # # Automatic dependencies code from: # http://make.mad-scientist.net/papers/advanced-auto-dependency-generation/#tldr -BINARY_NAME=td1 +BINARY_NAME=exo2 BUILD_TYPE=debug # ====================================