From 40f6164ba6187a0160af9fe200bbd1d729e8c03b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 24 Jun 2022 11:42:23 +0200 Subject: added TARQ to robot and client --- client/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/makefile') diff --git a/client/makefile b/client/makefile index d89c186..e72b585 100644 --- a/client/makefile +++ b/client/makefile @@ -1,7 +1,7 @@ CC = gcc LD = gcc RM = rm -f -CFLAGS = -DW2_LANG_NL_NL +CFLAGS = -DW2_LANG_EN_US LDFLAGS = -lncursesw EXECNAME = main -- cgit v1.2.3