diff options
Diffstat (limited to 'Makefile.nix')
| -rw-r--r-- | Makefile.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nix b/Makefile.nix index 5b843ec..71aae70 100644 --- a/Makefile.nix +++ b/Makefile.nix @@ -42,7 +42,7 @@ CLIENT_LIBS=\ doc: documentation documentation: - $(MDOC) -p src -o doc -t "Brok[en]gine" -i README.md -d reference -m "Markdown" + $(MDOC) -p src -o doc -t "Brok[en]gine" -i README.md -d reference -m "markdown" bin/client/bin/brokengine_client : $(client_objs) $(shared_objs) $(CXX) $(LDFLAGS) -o $@ $^ $(CLIENT_LIB_DIRS) $(CLIENT_LIBS) |
