Update padding and deactivate borders.
Borders are merged with padding for now.
This commit is contained in:
		
							parent
							
								
									4f46d32b9e
								
							
						
					
					
						commit
						242813ed41
					
				
					 2 changed files with 36 additions and 86 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -9,7 +9,7 @@ SRC       = rotation.cpp \
 | 
			
		|||
HEADERS   = image.h \
 | 
			
		||||
	    pnm.h
 | 
			
		||||
OBJS      = $(patsubst %.cpp,%.o,$(SRC))
 | 
			
		||||
IMG       = img/lena_1024.pgm
 | 
			
		||||
IMG       = img/lena_3000.pgm
 | 
			
		||||
 | 
			
		||||
all: $(OBJS)
 | 
			
		||||
	$(CXX) $(CXXFLAGS) $(LFLAGS) $(OBJS) -o $(BUILD_DIR)/rotation
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue