aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2013-05-11 04:04:21 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2013-05-11 04:04:21 +0200
commit1e0d43ef656493e4dd9de7ac55b6d04625adce2c (patch)
treeda5460a6de1a078ff97b26225c030a625bf317de /Makefile
parente783f31de91771d0f94402f9b9f088dae07bc084 (diff)
downloadtdv-1e0d43ef656493e4dd9de7ac55b6d04625adce2c.tar.gz
tdv-1e0d43ef656493e4dd9de7ac55b6d04625adce2c.tar.xz
tdv-1e0d43ef656493e4dd9de7ac55b6d04625adce2c.zip
Get rid of clang
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a12f9a1..55c9321 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@ pkgs = ncursesw glib-2.0 gio-2.0
tests = test-stardict
targets = sdcli add-pronunciation $(tests)
-CC = clang
CFLAGS = -ggdb -std=gnu99 -Wall -Wextra -Wno-missing-field-initializers \
`pkg-config --cflags $(pkgs)`
LDFLAGS = `pkg-config --libs $(pkgs)`