flatpak-builder/tests/empty-configure

10 lines
83 B
Bash

#!/bin/sh
cat <<EOF > Makefile
all:
echo Building
install:
echo Installing
EOF