Commit fceb86cd authored by Paras Garg's avatar Paras Garg

Added build dir to makefile

parent 07f9abd1
...@@ -24,6 +24,7 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.cpp ...@@ -24,6 +24,7 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.cpp
#$(BINDIR)/$(TARGET): $(OBJS) #$(BINDIR)/$(TARGET): $(OBJS)
$(TARGET) : $(OBJS) $(TARGET) : $(OBJS)
mkdir -p $(OBJ_DIR)
$(CXX) -o $@ $^ $(LIBS) $(CXX) -o $@ $^ $(LIBS)
@echo "Linked "$<" successfully!" @echo "Linked "$<" successfully!"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment