Remove unnecessary libOpenCL*.a from Makefile
authorGabriele 'matrix' Gristina <gm4tr1x@users.noreply.github.com>
Sun, 31 Jan 2016 18:48:40 +0000 (19:48 +0100)
committerGabriele 'matrix' Gristina <gm4tr1x@users.noreply.github.com>
Sun, 31 Jan 2016 18:48:40 +0000 (19:48 +0100)
src/Makefile

index 1e91376..474b5bf 100644 (file)
@@ -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
 ##