Remove src subdir
authorPetr Štetiar <ynezz@true.cz>
Sun, 11 Oct 2020 12:47:43 +0000 (14:47 +0200)
committerPetr Štetiar <ynezz@true.cz>
Sun, 11 Oct 2020 12:47:43 +0000 (14:47 +0200)
commitd2907bd12986c7b582adcf0f186d97fed399963b
treec467f89d341a20d83d0488fda6514704e7fd4591
parent03ab4b3c76e220c4da3ea062851d28a8ab883cee
Remove src subdir

It makes no sense now as the project now lives as a separate C project.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
CMakeLists.txt [new file with mode: 0644]
main.c [new file with mode: 0644]
multipart_parser.c [new file with mode: 0644]
multipart_parser.h [new file with mode: 0644]
src/CMakeLists.txt [deleted file]
src/main.c [deleted file]
src/multipart_parser.c [deleted file]
src/multipart_parser.h [deleted file]