浏览代码

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

Josh Bicking 9 年之前
父节点
当前提交
563a803005
共有 1 个文件被更改,包括 1 次插入6 次删除
  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