Files
clear-linux-documentation/source/scripts/_python/Makefile
T
Michael Vincerra 5a17f4423e Fixes typo.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
2018-12-19 18:00:14 -08:00

10 lines
178 B
Makefile

py:
python bundle_lister.py
cp bundles.html.txt ../../clear-linux/reference/bundles
rm -rf cloned_repo/*
rm bundles.html.txt
@echo "Python script finished successfully!"