mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-13 05:42:05 +00:00
7 lines
130 B
Plaintext
Executable File
7 lines
130 B
Plaintext
Executable File
#|/bin/bash
|
|
|
|
shopt -s nullglob
|
|
cd "LFSWM2/src"
|
|
csrclst=$(echo "../src/*.c" "../src/*.cpp")
|
|
echo COMMONSRC = $csrclst > ../sources
|