aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-27 00:07:05 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-27 00:07:05 +1300
commit574239da5ee808cdc546a878aa992e31691b54db (patch)
tree00088f5675b46283b1e5ba7699f0b01c8098a387
parentAdd emoji example (diff)
downloadwtf8-574239da5ee808cdc546a878aa992e31691b54db.tar.gz
wtf8-574239da5ee808cdc546a878aa992e31691b54db.zip
Don't enforce C compiler
-rw-r--r--Makefile3
-rw-r--r--README.markdown4
2 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ee665d7..22caba6 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,6 @@
PREFIX = /usr/local
-CC = clang
-CFLAGS = -std=c99 -Weverything
-
all : wtf8
install : wtf8
diff --git a/README.markdown b/README.markdown
index 458d3c8..8773065 100644
--- a/README.markdown
+++ b/README.markdown
@@ -25,9 +25,7 @@ Dependencies
------------
None as far as I can tell apart from libc, but I've only tested it on GNU/Linux
-with glibc, and on OpenBSD.
-
-If you don't have `clang`, build with `make CC=cc CFLAGS=`.
+with glibc, and on OpenBSD. Should build with GCC or Clang.
Author
------