diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 15:57:38 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 15:57:38 +0530 |
commit | b268e78ec0897e5f37616c180eb0e899a2c8f031 (patch) | |
tree | aa91a15cc93b3a627d1b29139cea79c11ece4727 /include/copy.h | |
parent | 7c13ed35bba1bc52cb21fd44ae9a99d3ddf348f4 (diff) |
main: introduce global msg_t and don't hardcode directory
Diffstat (limited to 'include/copy.h')
-rw-r--r-- | include/copy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/copy.h b/include/copy.h index 80fc5fb..ac5d335 100644 --- a/include/copy.h +++ b/include/copy.h @@ -5,7 +5,6 @@ #include <sys/stat.h> #define OUTPUT "dist" -#define DIRECTORY "compromyse.xyz" typedef struct FTW FTW; |