mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2025-08-20 14:17:18 +00:00
7 lines
135 B
Plaintext
Executable File
7 lines
135 B
Plaintext
Executable File
#|/bin/bash
|
|
|
|
shopt -s nullglob
|
|
cd "LFSWManager/src"
|
|
csrclst=$(echo "../src/*.c" "../src/*.cpp")
|
|
echo COMMONSRC = $csrclst > ../sources
|