diff options
Diffstat (limited to 'include/copy.h')
-rw-r--r-- | include/copy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/copy.h b/include/copy.h index b334b12..80fc5fb 100644 --- a/include/copy.h +++ b/include/copy.h @@ -4,6 +4,9 @@ #include <ftw.h> #include <sys/stat.h> +#define OUTPUT "dist" +#define DIRECTORY "compromyse.xyz" + typedef struct FTW FTW; int copy_recursively(const char *fpath, |