1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Merge pull request #189 from gm4tr1x/master

Remove unnecessary libOpenCL*.a from Makefile
This commit is contained in:
Jens Steube 2016-01-31 21:57:57 +01:00
commit 0de9fd0089

View 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
##