mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-25 17:38:23 +00:00
Merge branch 'master' of https://github.com/hashcat/oclHashcat
This commit is contained in:
commit
faf18601f9
@ -5,12 +5,12 @@
|
||||
|
||||
GCC := /usr/bin/x86_64-linux-gnu-gcc-4.6
|
||||
ROOT := ../../
|
||||
CFLAGS := -O2 -s -ansi -pipe -W -Wall -I$(ROOT)include/
|
||||
CFLAGS := -O2 -s -ansi -pipe -W -Wall -std=c99 -I$(ROOT)include/
|
||||
LIBS :=
|
||||
TARGET := gpu2cpu_rule_test
|
||||
INCLUDE := $(ROOT)src/rp_gpu_on_cpu.cpp cpu_rules.cpp
|
||||
INCLUDE := $(ROOT)src/rp_gpu_on_cpu.c cpu_rules.c
|
||||
|
||||
all: ${TARGET}.cpp
|
||||
all: ${TARGET}.c
|
||||
${GCC} ${CFLAGS} ${INCLUDE} $< -o ${TARGET}.bin ${LIBS}
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user