mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 03:22:43 +00:00 
			
		
		
		
	Base: Port cpp-basic template application to LibMain :^)
This commit is contained in:
		
							parent
							
								
									d8cccf85de
								
							
						
					
					
						commit
						e354f5986f
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		|  | @ -8,7 +8,7 @@ CXXFLAGS = -g -std=c++2a | |||
| all: \$(PROGRAM) | ||||
| 
 | ||||
| \$(PROGRAM): \$(OBJS) | ||||
| 	\$(CXX) -o \$@ \$(OBJS) | ||||
| 	\$(CXX) -o \$@ \$(OBJS) -lmain | ||||
| 
 | ||||
| %.o: %.cpp | ||||
| 	\$(CXX) \$(CXXFLAGS) -o \$@ -c \$< | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling