mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-20 13:48:26 -05:00
This catches regressions in the fix in the previous commit, where old stale .py[oc] files can wrongly become "unstale" when we change the .py file mtime to 1.
10 lines
83 B
Bash
Executable File
10 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOF > Makefile
|
|
all:
|
|
echo Building
|
|
|
|
install:
|
|
echo Installing
|
|
EOF
|