1
0
Files
MSE-CSEL/solutions/01_environment/justfile

10 lines
150 B
Makefile

build-all:
#!/bin/bash
for i in $(dirname */CMAkeLists.txt); do
cd $i && just build && cd ..
done
clean-all:
rm -Rf */build