Merge pull request #21 from ungureanuvladvictor/generic_folder_structure
authorMichael Göhler <somebody.here@gmx.de>
Sat, 20 Sep 2014 15:22:38 +0000 (17:22 +0200)
committerMichael Göhler <somebody.here@gmx.de>
Mon, 22 Sep 2014 10:23:24 +0000 (12:23 +0200)
commit6f9f33a6a5c7d677b4f4464218c01580a391cf08
tree1a27e0575cfdd8dc37e712208ddbcdb798dc8184
parent3abe61887adc463e2d00c000012d1e2cff15f56f
Merge pull request #21 from ungureanuvladvictor/generic_folder_structure

Moved all *.c files into src folder and created separate Makefile
Updated base Makefile to support src folder
closes #21
Makefile
include/main.h [moved from include/mdp.h with 92% similarity]
src/Makefile [new file with mode: 0644]
src/cstack.c [moved from cstack.c with 98% similarity]
src/cstring.c [moved from cstring.c with 98% similarity]
src/main.c [moved from mdp.c with 99% similarity]
src/markdown.c [moved from markdown.c with 98% similarity]
src/parser.c [moved from parser.c with 99% similarity]
src/viewer.c [moved from viewer.c with 99% similarity]