From: Gabriele 'matrix' Gristina Date: Sun, 31 Jan 2016 18:48:40 +0000 (+0100) Subject: Remove unnecessary libOpenCL*.a from Makefile X-Git-Tag: v3.00-beta~422^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=dcb4888dd5f110e2e83022e9bb87102001e90247;p=hashcat.git Remove unnecessary libOpenCL*.a from Makefile --- diff --git a/src/Makefile b/src/Makefile index 1e91376..474b5bf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -292,16 +292,6 @@ uninstall: $(RM) -rf $(SHARED_FOLDER) $(RM) -rf $(DOCUMENT_FOLDER) -## -## Targets: Libraries -## - -lib/libOpenCL.a: - $(DLL_WIN_32) -A -k -l lib/libOpenCL.a -d lib/OpenCL.def - -lib/libOpenCL64.a: - $(DLL_WIN_64) -A -k -l lib/libOpenCL64.a -d lib/OpenCL64.def - ## ## native compiled oclHashcat ##