Removed unneeded object and library files from CLEAN rule

pull/2/head
Jeffrey Walton 2015-06-08 13:03:46 -04:00
parent f23c30000d
commit e385e24654
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ test: cryptest.exe
./cryptest.exe v ./cryptest.exe v
clean: 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) cryptest.exe libcryptopp.a libcryptopp.so $(LIBOBJS) $(DLLOBJS) $(TESTOBJS)
-$(RM) -r *.dSYM -$(RM) -r *.dSYM
install: install: