Skip to content

Commit

Permalink
Makefile: do not delete capstone.pc.in
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed May 5, 2017
1 parent 079d94d commit f4c5d5e
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 @@ -397,7 +397,7 @@ uninstall:

clean:
rm -f $(LIBOBJ)
rm -f $(BLDIR)/lib$(LIBNAME).* $(BLDIR)/$(LIBNAME).*
rm -f $(BLDIR)/lib$(LIBNAME).* $(BLDIR)/$(LIBNAME).pc
rm -f $(PKGCFGF)
$(MAKE) -C cstool clean

Expand Down

0 comments on commit f4c5d5e

Please sign in to comment.