diff options
author | emkael <emkael@tlen.pl> | 2022-03-12 21:09:13 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-03-12 21:09:13 +0100 |
commit | 3f31dd2233aaad9d6b56b36e6b18ee5019fe8620 (patch) | |
tree | 8b59bbe6bf81d2d709ce9e8ded08c052b05ebdf5 /Makefile | |
parent | e066722a04610293b5f5b7d46102f1453ed72306 (diff) |
Forcing bracket generation on manual invocation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -37,8 +37,6 @@ records: FORCE direnv exec ./boards/run.sh brackets: FORCE - ./playoff/scripts/generate.sh - ./playoff/scripts/sync.sh - chown www-data:www-data ./playoff -R + sudo -u www-data -- bash -c 'source .envrc && cd playoff/scripts/ && ./autorun.sh force' FORCE: |