aboutsummaryrefslogtreecommitdiff
path: root/client/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-08 15:52:06 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-08 15:52:06 +0200
commit2e537232404bf5123bc92e7218156ec03160c68f (patch)
tree833c968203f5b68922deed94f787c6575c914c86 /client/makefile
parent31fe6a4c0b2a00f7b7f81055fe5dfb3fc37326be (diff)
final version before assessment
Diffstat (limited to 'client/makefile')
-rw-r--r--client/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/makefile b/client/makefile
index a23ce4f..d89c186 100644
--- a/client/makefile
+++ b/client/makefile
@@ -1,7 +1,7 @@
CC = gcc
LD = gcc
RM = rm -f
-CFLAGS =
+CFLAGS = -DW2_LANG_NL_NL
LDFLAGS = -lncursesw
EXECNAME = main