aboutsummaryrefslogtreecommitdiff
path: root/include/msg.h
diff options
context:
space:
mode:
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);