mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 19:52:04 -08:00
Developer UI: Keep clean build files on reset
This commit is contained in:
parent
393e53ce3d
commit
ea84f792df
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ def into_camoufox_dir():
|
||||||
def reset_camoufox():
|
def reset_camoufox():
|
||||||
"""Reset the Camoufox source"""
|
"""Reset the Camoufox source"""
|
||||||
with temp_cd('..'):
|
with temp_cd('..'):
|
||||||
run('make clean')
|
run('make revert')
|
||||||
run('touch _READY')
|
run('touch _READY')
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue