Enable build support by adding .onedev-buildspec.yml
dmake | Loading last commit info... | |
samples/c_program | ||
scripts | ||
.editorconfig | ||
.gitignore | ||
.vimlocal | ||
LICENSE.md | ||
README.md | ||
deno.jsonc | ||
deno.lock | ||
dmake.mm | ||
dmake.sh |
README.md
dmake
Deno-based reactive build system
Development
git clone https://dev.lutov.net/vslutov/dmake
cd dmake
deno task init_hooks
License
dmake - reactive build system
Copyright (C) 2023-2024 Vladimir Liutov vs@lutov.net
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
TODO
- Compilation graph
- Interrupt build on change of source
- Copy files to out
- Recompile .c if .h has changed