mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:42:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| OBJS = main.o
 | |
| 
 | |
| PROGRAM = ResourceGraph.MenuApplet
 | |
| 
 | |
| LIB_DEPS = GUI IPC Gfx Thread Pthread Core
 | |
| 
 | |
| include ../../Makefile.common
 | 
