diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-30 14:26:28 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-30 14:26:28 +0200 |
commit | 7be2bb9a634de55890906306b978ea8b9fd91f30 (patch) | |
tree | ca1a085e6460ea908e11130e534fcdefc89c5128 /client/makefile | |
parent | 92157948b61c866d842519a375000b3f812d2f12 (diff) |
Diffstat (limited to 'client/makefile')
-rw-r--r-- | client/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/makefile b/client/makefile index e72b585..d89c186 100644 --- a/client/makefile +++ b/client/makefile @@ -1,7 +1,7 @@ CC = gcc LD = gcc RM = rm -f -CFLAGS = -DW2_LANG_EN_US +CFLAGS = -DW2_LANG_NL_NL LDFLAGS = -lncursesw EXECNAME = main |