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

Remove unnecessary libOpenCL*.a from Makefile

This commit is contained in:
Gabriele 'matrix' Gristina 2016-01-31 19:48:40 +01:00
parent 3149efd178
commit dcb4888dd5

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