Handle Mac OS X case insensitive FS properly
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 3 Jun 2017 21:27:44 +0000 (23:27 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 3 Jun 2017 21:27:44 +0000 (23:27 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.gitignore
TD1/part_one/Makefile
TD1/part_two/Makefile

index 03fd390641348baab78581ab37567bb641fa5112..f7925e55d2f69cf464ca0e9ee60ebb895ee8218f 100644 (file)
@@ -1,14 +1,15 @@
-td*
+exo*
 *.static
 *.dynamic
-# for cygwin  
+# for cygwin
 *.exe
 
 *.o
 
 *.so
+*.dylib
 *.a
-# for cygwin  
+# for cygwin
 *.dll
 *.dll.a
 
index 69a544dba7441ee76123aa3ca22e9b7b6e135056..eb33b0645c83ed0d924686180e99fbf291c48a82 100644 (file)
@@ -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
 
 # ====================================
index 69a544dba7441ee76123aa3ca22e9b7b6e135056..8c707d7cb4396e4b684befe5d02369b56952c8c7 100644 (file)
@@ -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
 
 # ====================================