Commit 26460138 authored by DurgeshSamant's avatar DurgeshSamant

minor cleanup

parent 70c36957
......@@ -21,7 +21,7 @@ all: $(TARGET)
$(CXX) $(CXXFLAGS) -c -o $@ $(@F:%.o=%.cpp)
$(TARGET): $(OBJS)
ar cq $@ $(OBJS); #g++ -shared -o libFA.so libfuncapprox.a ;
ar cq $@ $(OBJS);
clean:
rm -f $(TARGET) $(OBJS) *~;
......
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