Skip to content

allow for multi-line commands #25

@noonien

Description

@noonien

something of the sorts would be really helpful, and would help not require having to write too many build scripts, or have too long lines.

| mkdir -p build/src
| for f in src/*; do
|   echo  "| gcc -I../include/ -Wall -Werror -pedantic -std=gnu18 -c \"../$f\" -o \"${f%.c}.o\""
| done | tee build/.fac

Perhaps | would not work since it seems to not require a blank line between rules, and this might break old facfiles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions