Skip to content

Commit

Permalink
Do not clean instdir for multilib build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jun 10, 2017
1 parent ea87310 commit 6fa6155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ $(UNRTF): $(LIBUNRTF)
cp -Rf share $(INSTDIR)/

clean:
rm -Rf $(LIBUNRTF) $(INSTDIR) $(OBJECTS) $(SHLIB) $(UNRTF)
rm -Rf $(LIBUNRTF) $(OBJECTS) $(SHLIB) $(UNRTF)

0 comments on commit 6fa6155

Please sign in to comment.