diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-29 10:43:04 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-29 10:43:04 +0200 |
| commit | 1cbbf1c3b26f3eee438a5b20ea8d754ef04854fa (patch) | |
| tree | f51cdf10e55340ee2848628864b8f17894d78b89 | |
| parent | 232302ec070134efc4ee193c26d17c610b4500ee (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .gitignore | 1 | ||||
| -rwxr-xr-x | share/bin/nectar | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ udbg *.pp.nc +*.ignore tools/asm diff --git a/share/bin/nectar b/share/bin/nectar index 677aac5..c8f0e62 100755 --- a/share/bin/nectar +++ b/share/bin/nectar @@ -7,7 +7,7 @@ fi for index in "$@" do + echo "nectar: translating: " $index.nc.pp cpp -P $index.nc -o $index.pp.nc pef-amd64-necdrv -fuse-nasm $index.pp.nc - echo $index.nc.pp done
\ No newline at end of file |
