Added clean rule to the Makefile
This commit is contained in:
		
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@@ -19,3 +19,6 @@ build: $(SOURCES_DIR)/main.cpp
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
dev-build: $(SOURCES_DIR)/main.cpp
 | 
					dev-build: $(SOURCES_DIR)/main.cpp
 | 
				
			||||||
	$(CXX) $(O_CFLAGS_DEBUG) $(I_CFLAGS) $(SOURCES_DIR)/main.cpp $(O_LDFLAGS_DEBUG) $(I_LDFLAGS) -o $(BUILD_DIR)/icfs
 | 
						$(CXX) $(O_CFLAGS_DEBUG) $(I_CFLAGS) $(SOURCES_DIR)/main.cpp $(O_LDFLAGS_DEBUG) $(I_LDFLAGS) -o $(BUILD_DIR)/icfs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					clean:
 | 
				
			||||||
 | 
						rm $(BUILD_DIR)/icfs
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user