delete systick_wrapper_gnu.s

attach 6514eb8348cda5ab58a3b2c0d343e888512d5dd3
This commit is contained in:
Meco Man 2023-02-12 16:58:39 -05:00
parent 659eb12026
commit c5917cf864

View File

@ -17,6 +17,7 @@ try:
shutil.rmtree(os.path.join(cwd,'lib'))
shutil.rmtree(os.path.join(cwd,'example'))
os.remove(os.path.join(cwd,'systick_wrapper_gcc.s'))
os.remove(os.path.join(cwd,'systick_wrapper_gnu.s'))
os.remove(os.path.join(cwd,'systick_wrapper_ual.s'))
except:
pass