mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-11-03 01:06:33 +01:00 
			
		
		
		
	make clean is now thorough
				
					
				
			This commit is contained in:
		
							parent
							
								
									9966adbdad
								
							
						
					
					
						commit
						a3de52b2bd
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
					@ -134,6 +134,7 @@ tidy:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -f libhardened_malloc.so $(OBJECTS)
 | 
						rm -f libhardened_malloc.so $(OBJECTS)
 | 
				
			||||||
 | 
						make -C test/ clean
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test: libhardened_malloc.so
 | 
					test: libhardened_malloc.so
 | 
				
			||||||
	make -C test/
 | 
						make -C test/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -23,3 +23,4 @@ all: $(EXECUTABLES)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -f $(EXECUTABLES)
 | 
						rm -f $(EXECUTABLES)
 | 
				
			||||||
 | 
						make -C simple-memory-corruption clean
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue