diff options
| author | 2022-08-30 10:41:16 +0200 | |
|---|---|---|
| committer | 2022-08-30 10:41:16 +0200 | |
| commit | dea68bafe81c40adf29e45630cfeceb97b91a630 (patch) | |
| tree | 687c50f8e1402ed30ee711d27647aad8251a015c /bootstrap/bootstrap.sh | |
| parent | e4163c18cdc3522f24e459cd6ddde60edb1605e2 (diff) | |
Makefile and such
Diffstat (limited to 'bootstrap/bootstrap.sh')
| -rwxr-xr-x | bootstrap/bootstrap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index 1d682dc..64b7186 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -29,3 +29,5 @@ for f in $(find ../src/ -name '*.c'); do done set -x $CC $CFLAGS -ocff1 obj1/*.o + +CFFC=$(dirname "$0")/cff1 make -C ../ |