Explorar o código

undid Makefile change, gcc doesn't seem to solve issues

Josh Bicking %!s(int64=9) %!d(string=hai) anos
pai
achega
563a803005
Modificáronse 1 ficheiros con 1 adicións e 6 borrados
  1. 1 6
      Makefile

+ 1 - 6
Makefile

@@ -1,9 +1,4 @@
-ifeq ($(shell uname -s),Darwin)
-	CC = /usr/local/Cellar/gcc/5.3.0/bin/gcc-5 
-else
-	CC = gcc
-endif 
-
+CC = gcc
 CFLAGS = -std=c99
 
 # DEBUGGING FLAGS