#!/bin/bash if test -d build; then rm -r buildficeedling test:allceedling releasecp build/release/Rechner.out Rechner.out
#!/bin/bash
if test -d build; then
rm -r build
fi
ceedling test:all
ceedling release
cp build/release/Rechner.out Rechner.out