Unverified Commit e811feca authored by Lucas Hosseini's avatar Lucas Hosseini Committed by GitHub

Make clean target bourne shell compatible. (#783)

parent 1e3e7f42
......@@ -44,7 +44,7 @@ libfaiss.$(SHAREDEXT): $(OBJ)
$(NVCC) $(NVCCFLAGS) -g -O3 -c $< -o $@
clean:
rm -f libfaiss.{a,$(SHAREDEXT)}
rm -f libfaiss.a libfaiss.$(SHAREDEXT)
rm -f $(OBJ)
......
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