diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-31 19:45:59 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-31 19:45:59 +0100 |
| commit | 7edc3ede1e7c17dd26040520c65765ef4ed8e782 (patch) | |
| tree | f3d630373dbe0570d265b9c01b550b60bdd361de /cmake-build-debug/CMakeFiles/clion-Debug-log.txt | |
| parent | e3e66120708e814b118ea7061cf57d9426f86032 (diff) | |
working on some basic commands like listing the current directory and get the pid of a process, following the APUE
Diffstat (limited to 'cmake-build-debug/CMakeFiles/clion-Debug-log.txt')
| -rw-r--r-- | cmake-build-debug/CMakeFiles/clion-Debug-log.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt index 21b545d..c24824e 100644 --- a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt +++ b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -1,10 +1,4 @@ /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -G Ninja -S /Users/nsrddyn/Documents/UnixShell -B /Users/nsrddyn/Documents/UnixShell/cmake-build-debug --- The C compiler identification is AppleClang 16.0.0.16000026 --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped --- Detecting C compile features --- Detecting C compile features - done --- Configuring done (0.6s) +-- Configuring done (0.0s) -- Generating done (0.0s) -- Build files have been written to: /Users/nsrddyn/Documents/UnixShell/cmake-build-debug |
