Remove dSYM directory for OS X during clean

pull/2/head
Jeffrey Walton 2015-06-24 15:57:17 -04:00
parent 2afb07c427
commit cf08f3e98d
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ test: cryptest.exe
clean:
-$(RM) cryptest.exe libcryptopp.a libcryptopp.so $(LIBOBJS) $(TESTOBJS) cryptopp.dll libcryptopp.dll.a libcryptopp.import.a cryptest.import.exe dlltest.exe $(DLLOBJS) $(LIBIMPORTOBJS) $(TESTI MPORTOBJS) $(DLLTESTOBJS)
-$(RM) -r cryptest.exe.dSYM
install:
$(MKDIR) -p $(PREFIX)/include/cryptopp $(PREFIX)/lib $(PREFIX)/bin