Arun Prakash Jana
5 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|