mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-10-28 06:56:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| EXECUTABLES := \
 | |
|     offset
 | |
| 
 | |
| all: $(EXECUTABLES)
 | |
| 
 | |
| clean:
 | |
| 	rm -f $(EXECUTABLES)
 |