Makefile: clean up cppcheck.txt
This commit is contained in:
		
							parent
							
								
									c236772f8d
								
							
						
					
					
						commit
						cb3c9c0874
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
					@ -12,6 +12,7 @@ TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs \
 | 
				
			||||||
				multibrot-openmp hello-openmp mandelbrot-openmp
 | 
									multibrot-openmp hello-openmp mandelbrot-openmp
 | 
				
			||||||
EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s tags \
 | 
					EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s tags \
 | 
				
			||||||
			 mtrace-test.trace mtrace-test.txt multibrot-openmp.png
 | 
								 mtrace-test.trace mtrace-test.txt multibrot-openmp.png
 | 
				
			||||||
 | 
					VERYEXTRAS=cppcheck.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: all
 | 
					.PHONY: all
 | 
				
			||||||
all: $(TARGETS)
 | 
					all: $(TARGETS)
 | 
				
			||||||
| 
						 | 
					@ -21,7 +22,7 @@ really-all: all $(EXTRAS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: clean
 | 
					.PHONY: clean
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -f $(TARGETS) $(EXTRAS) *.o *~ cppcheck.txt
 | 
						rm -f $(TARGETS) $(EXTRAS) $(VERYEXTRAS) *.o *~
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: cppcheck
 | 
					.PHONY: cppcheck
 | 
				
			||||||
cppcheck: cppcheck.txt
 | 
					cppcheck: cppcheck.txt
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue