summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: clean up targetsDanny Holman2021-06-041-8/+11
| | | | | | Clean up the Makefile to be more clear and readable. Signed-off-by: Danny Holman <dholman@gymli.xyz>
* Makefile: include dependency filesDanny Holman2021-03-091-0/+2
| | | | | | | Add an include directive in the main Makefile that includes the dependency files generated by GCC. Signed-off-by: Danny Holman <dholman@gymli.xyz>
* Makefile: fix wrong -I directive to compilerDanny Holman2021-03-091-2/+1
| | | | | | | Fix a bug in which the architecture specific include directories are not properly included in the main Makefile. Signed-off-by: Danny Holman <dholman@gymli.xyz>
* x86: reorganize the i386 directoryDanny Holman2021-01-241-8/+11
| | | | | | Add structure to the internals of the x86 directory. Signed-off-by: Danny Holman <dholman@gymli.xyz>
* Initial commitDanny Holman2021-01-171-0/+72
Signed-off-by: Danny Holman <dholman@gymli.xyz>