diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-07-13 15:59:30 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-13 15:59:30 +0200 |
commit | ae0520e57267dbd866fc8cd25f66f4e6af2ac118 (patch) | |
tree | 22788688f1b588c3ad00c1ce3fe13da68b3a9382 | |
parent | a1ca82847eb356c6b85ada2ac11f38d98f6e085e (diff) |
Move c files into src directory
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | src/alloc.c (renamed from alloc.c) | 0 | ||||
-rw-r--r-- | src/alloc.h (renamed from alloc.h) | 0 | ||||
-rw-r--r-- | src/buffer.c (renamed from buffer.c) | 0 | ||||
-rw-r--r-- | src/buffer.h (renamed from buffer.h) | 0 | ||||
-rw-r--r-- | src/download.c (renamed from download.c) | 0 | ||||
-rw-r--r-- | src/download.h (renamed from download.h) | 0 | ||||
-rw-r--r-- | src/fileutils.c (renamed from fileutils.c) | 0 | ||||
-rw-r--r-- | src/fileutils.h (renamed from fileutils.h) | 0 | ||||
-rw-r--r-- | src/json.h (renamed from json.h) | 0 | ||||
-rw-r--r-- | src/main.c (renamed from main.c) | 0 | ||||
-rw-r--r-- | src/program.c (renamed from program.c) | 0 | ||||
-rw-r--r-- | src/program.h (renamed from program.h) | 0 | ||||
-rw-r--r-- | src/rss.c (renamed from rss.c) | 0 | ||||
-rw-r--r-- | src/rss.h (renamed from rss.h) | 0 | ||||
-rw-r--r-- | src/transmission.c (renamed from transmission.c) | 0 | ||||
-rw-r--r-- | src/transmission.h (renamed from transmission.h) | 0 |
17 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ CFLAGS="-O0 -g3 -Wall -Wextra -Werror" #LIBS="-lcurl" LIBS="" #gcc -musl-gcc -static main.c program.c alloc.c buffer.c fileutils.c transmission.c rss.c download.c -o automedia $CFLAGS $LIBS +musl-gcc -static src/main.c src/program.c src/alloc.c src/buffer.c src/fileutils.c src/transmission.c src/rss.c src/download.c -o automedia $CFLAGS $LIBS diff --git a/download.c b/src/download.c index 6c8e33e..6c8e33e 100644 --- a/download.c +++ b/src/download.c diff --git a/download.h b/src/download.h index 0682ba9..0682ba9 100644 --- a/download.h +++ b/src/download.h diff --git a/fileutils.c b/src/fileutils.c index ea57550..ea57550 100644 --- a/fileutils.c +++ b/src/fileutils.c diff --git a/fileutils.h b/src/fileutils.h index 6c514bb..6c514bb 100644 --- a/fileutils.h +++ b/src/fileutils.h diff --git a/program.c b/src/program.c index c396695..c396695 100644 --- a/program.c +++ b/src/program.c diff --git a/program.h b/src/program.h index 265dfa5..265dfa5 100644 --- a/program.h +++ b/src/program.h diff --git a/transmission.c b/src/transmission.c index 0acb5a5..0acb5a5 100644 --- a/transmission.c +++ b/src/transmission.c diff --git a/transmission.h b/src/transmission.h index c37ca3a..c37ca3a 100644 --- a/transmission.h +++ b/src/transmission.h |