mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:32:46 +00:00 
			
		
		
		
	 178788f19a
			
		
	
	
		178788f19a
		
	
	
	
	
		
			
			This makes it a bit less confusing which is what between TerminalWidget and VT::Terminal.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include ../../Makefile.common
 | |
| 
 | |
| OBJS = \
 | |
|     TerminalWidget.o \
 | |
|     main.o
 | |
| 
 | |
| APP = Terminal
 | |
| 
 | |
| include ../Makefile.common
 |