Removed unneeded object and library files from CLEAN rule
parent
f23c30000d
commit
e385e24654
|
|
@ -86,7 +86,7 @@ test: cryptest.exe
|
|||
./cryptest.exe v
|
||||
|
||||
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
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue