Makefile: Fix build resetting workspace when editing patch

This commit is contained in:
daijro 2024-08-17 00:25:34 -05:00
parent b9d1503487
commit a766940363

View file

@ -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):