From a37ddfa08043b7d3e3230600c61b83c7ed741c83 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 5 Oct 2019 07:26:18 +0530 Subject: Rename target nolocale to noloc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a867573..89355df 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ debug: $(SRC) norl: $(SRC) $(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) -nolocale: $(SRC) +noloc: $(SRC) $(CC) -DNORL -DNOLOCALE $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) install: all -- cgit v1.2.3-70-g09d2