summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-26 13:32:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-26 13:32:12 +1300
commit0c73d153fb268b9dad92159e0e30c6a183a66143 (patch)
tree99dff4afa29742d666dbb0533cc1bd5a48cb1da0
parentAdd .POSIX magic target to Makefile (diff)
downloadfuncptr-0c73d153fb268b9dad92159e0e30c6a183a66143.tar.gz
funcptr-0c73d153fb268b9dad92159e0e30c6a183a66143.zip
Remove bigoted C compiler definition
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bb66c72..36e0974 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
.POSIX:
.PHONY: all clean
-CC = clang
-CFLAGS = -std=c90 -Weverything
-
all : funcptr funcptrptr
clean :