summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 :