aboutsummaryrefslogtreecommitdiff
path: root/common.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a new build system for everything, and revamp directories.Runxi Yu2024-08-061-24/+0
| | | | | | | | | | | Previously there was quite a bit of sed(1)'ing going on on each source file, and a bit of copying them to box_tmp. Now we use preprocessor directives instead, things should be much cleaner. And since it's a pain to prefix strings, move all programs out of subdirs. I've also clarified the Makefile system a bit. I'm unsure how to make standalone programs with POSIX Make, so currently we only generate fases-in-a-box.
* common.mk, sh/Makefile: s/$(NOLINKER)/-c/gHEADmasterRunxi Yu2024-07-271-1/+1
| | | | | I previously changed this in the main Makefile but forgot to port it over to the other Makefiles.
* treewide: readd copyrightsFerass El Hafidi2023-04-101-0/+4
| | | | Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
* */Makefile: reduce duplicationFerass El Hafidi2023-04-081-0/+20
Both core/Makefile and extras/Makefile were almost identical. This commit unifies the identical parts in one file. Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>