mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable file
		
	
	
	
	
| include ../../Makefile.common
 | |
| 
 | |
| OBJS = \
 | |
|     TextEditorWidget.o \
 | |
|     main.o 
 | |
| 
 | |
| APP = TextEditor
 | |
| 
 | |
| include ../Makefile.common
 | 
