mirror of https://github.com/openXC7/prjxray.git
Remove temp files after 074 completes.
- Remove unused imports. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
3f435ea30b
commit
4691ba3183
|
|
@ -23,6 +23,8 @@ run:
|
|||
$(MAKE) clean
|
||||
$(MAKE) database
|
||||
$(MAKE) pushdb
|
||||
# Clean up intermediate files after successful pushdb.
|
||||
find build -name "*.json5" -delete
|
||||
touch run.ok
|
||||
|
||||
clean:
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
import os
|
||||
import shutil
|
||||
import sys
|
||||
import subprocess
|
||||
import signal
|
||||
from multiprocessing import Pool
|
||||
from itertools import chain
|
||||
import argparse
|
||||
|
|
|
|||
Loading…
Reference in New Issue