aboutsummaryrefslogtreecommitdiff
path: root/include/msg.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-30 14:01:59 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-30 14:01:59 +0530
commitf57f335603a13c70168b1f46332a8827c32477b2 (patch)
tree06fe50976f3f72b3bcc063ec8f91156d6c08e003 /include/msg.h
parent9aba370924df4c471b8527f08d2c60cacb8989d9 (diff)
msg: get output directory from getopt
Diffstat (limited to 'include/msg.h')
-rw-r--r--include/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/msg.h b/include/msg.h
index 300b3fb..03cf4b0 100644
--- a/include/msg.h
+++ b/include/msg.h
@@ -19,7 +19,6 @@
#ifndef __MSG_H
#define __MSG_H
-#define OUTPUT "dist"
#define PARTIALS "partials"
#define ASSETS "assets"
#define CONFIG_FILE "config.cfg"
@@ -27,6 +26,7 @@
typedef struct {
char *base_directory;
+ char *output_directory;
} msg_t;
int run(void);