diff options
Diffstat (limited to 'src/lutris.c')
-rw-r--r-- | src/lutris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lutris.c b/src/lutris.c index 3831947..ec1f14d 100644 --- a/src/lutris.c +++ b/src/lutris.c @@ -8,7 +8,7 @@ #include "common.h" const static struct Command lutris_commands[] = { -#ifndef DEBUG +#ifdef DEBUG { .name = "install", .func = lutris_install, .description = "install a lutris script" }, #endif { .name = "info", .func = lutris_info, .description = "show information about a lutris script" }, |