]> andersk Git - splint.git/blobdiff - test/Makefile
REmoved references to the full working directory of LCLint for test outputs since...
[splint.git] / test / Makefile
index d5eb24e19f9fd0db7e196f140548dae60e25361d..9ad7812bafde9a3c73f8e97849aa50bad5430325 100644 (file)
@@ -75,7 +75,7 @@ test: fulltest
 
 GREP = grep
 DIFF = diff
-CLEANOUTPUT = $(GREP) -v "LCLint 3." | $(GREP) -v "make -e" | $(GREP) -v "make\[" | $(GREP) -v "lclint -nof" | $(GREP) -v "make  -e" | $(GREP) -v $(LCLINT)
+CLEANOUTPUT = $(GREP) -v "LCLint 3." | $(GREP) -v "make -e" | $(GREP) -v "make\[" | $(GREP) -v "lclint -nof" | $(GREP) -v "make  -e" | $(GREP) -v $(LCLINT) | $(GREP) -v $(HOME)
 
 ### not real .c
 
This page took 0.157682 seconds and 4 git commands to generate.