Skip to content

Commit

Permalink
Make clean target bourne shell compatible. (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
beauby authored Apr 10, 2019
1 parent 1e3e7f4 commit e811fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit e811fec

Please sign in to comment.