summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-07 04:03:53 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-07 04:03:53 +0100
commit82f2f59b49f15107b6ce43a79d72231cb490f5f2 (patch)
tree34c5c4530503b1ae3d6e693f5d72099678ed4e86 /Makefile
parentc5f481afde4483e1828efd1f59d1f0c9fa1f792b (diff)
downloadtermgl-82f2f59b49f15107b6ce43a79d72231cb490f5f2.tar.gz
Moved to clang
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0977092..8b56a23 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CC = /usr/bin/g++
+CC = /usr/bin/clang
CFLAGS = -Wall -g -std=c++11 -shared -fPIC
DEBUGFLAGS = -Wall -g -std=c++11
LDFLAGS =