diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2022-12-01 22:45:58 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2022-12-01 22:45:58 -0600 |
| commit | ffa519d6ce87e88027979aaca9c69968c6c19a6a (patch) | |
| tree | a80fda5ad05ea7b191a2f06402045bd1a7d1a40d /Makefile.nix | |
| parent | 4aa7de89c5ffc4818abc80bd67b453d8ba15d639 (diff) | |
| download | brokengine-ffa519d6ce87e88027979aaca9c69968c6c19a6a.tar.gz brokengine-ffa519d6ce87e88027979aaca9c69968c6c19a6a.tar.bz2 brokengine-ffa519d6ce87e88027979aaca9c69968c6c19a6a.zip | |
Add mdoc binary for linux
Diffstat (limited to 'Makefile.nix')
| -rw-r--r-- | Makefile.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.nix b/Makefile.nix index a4a4503..5b843ec 100644 --- a/Makefile.nix +++ b/Makefile.nix @@ -2,6 +2,8 @@ include Makefile.shared +MDOC=mdoc + shared_objs=$(SHARED_SRC:src/shared/%=build/shared/%.o) client_objs=$(CLIENT_SRC:src/client/%=build/client/%.o) server_objs=$(SERVER_SRC:src/server/%=build/server/%.o) |
