mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
12 lines
293 B
Makefile
12 lines
293 B
Makefile
#
|
|
# Some convenient ways of running the self tests
|
|
#
|
|
|
|
all:
|
|
lpython test_cxxtest.py
|
|
|
|
clean:
|
|
rm -f *p[ly].out *px *px.out *build.log *root.cpp parsetab.py *.gcno *.gcda ../cxxtest/*.gcno ../cxxtest/*.gcda ../sample/*.gcno ../sample/*.gcda Test*.cpp *.gcov *.pre rm Samples.txt
|
|
rm -Rf *.dSYM
|
|
|