diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | test/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 2e02e578..c2420dba 100644 --- a/Makefile +++ b/Makefile @@ -62,4 +62,4 @@ klee-cov: clean:: $(MAKE) -C test clean $(MAKE) -C unittests clean - rm -rf docs/doxygen + rm -rf docs/doxygen test/lit.site.cfg diff --git a/test/Makefile b/test/Makefile index 6372d512..6be82442 100644 --- a/test/Makefile +++ b/test/Makefile @@ -39,7 +39,7 @@ endif # Older LLVM versions don't detect python at configure time # so guess the location ifndef PYTHON - # llvm-lit doesn't work with python3 so force python2 + # llvm-lit doesn't work with python3 so force python2 PYTHON := python2 endif @@ -68,7 +68,6 @@ clean:: $(RM) -rf `find $(PROJ_OBJ_ROOT)/test -name 'klee-out*'` $(RM) -rf `find $(PROJ_OBJ_ROOT)/test -name '*~'` $(RM) -rf `find $(PROJ_OBJ_ROOT)/test -name test.log` - rm -f site.exp lit.site.cfg: lit.site.cfg.in @echo "Making KLEE 'lit.site.cfg' file..." |