mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
** !_build/** ../definitions/**.def {
|
|
prep: rm -rf _build; make html
|
|
}
|
|
|
|
_build/html/** {
|
|
daemon: devd -m _build/html
|
|
}
|