Fix build when .py files are missing

This commit is contained in:
2021-04-22 18:04:02 -04:00
parent 422c425c76
commit 4d9e0f4cac
+1 -1
View File
@@ -2,4 +2,4 @@ test:
python3.8 -m unittest python3.8 -m unittest
clean: clean:
rm livesort_hssp/test_livesort.py livesort_hssp/livesort.py rm -f livesort_hssp/test_livesort.py livesort_hssp/livesort.py