mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
Makefile: Fix build resetting workspace when editing patch
This commit is contained in:
parent
b9d1503487
commit
a766940363
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ def reset_camoufox():
|
|||
"""Reset the Camoufox source"""
|
||||
with temp_cd('..'):
|
||||
run('make clean')
|
||||
run('touch _READY')
|
||||
|
||||
|
||||
def run_patches(reverse=False):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue