Set makefile target binary to build inside the src directory
This commit is contained in:
		
							parent
							
								
									cabe3c579a
								
							
						
					
					
						commit
						2a8c600c22
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -15,7 +15,7 @@ SRCS := $(wildcard $(SRC_DIR)/*.c)
 | 
			
		|||
OBJS := $(patsubst $(SRC_DIR)/%.c,$(BUILD_DIR)/%.o,$(SRCS))
 | 
			
		||||
 | 
			
		||||
# Target executable
 | 
			
		||||
TARGET := CTree
 | 
			
		||||
TARGET := $(BUILD_DIR)/CTree
 | 
			
		||||
 | 
			
		||||
# Default target
 | 
			
		||||
all: $(TARGET)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue