mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
fix xxd check
This commit is contained in:
parent
0467db62b5
commit
0264462f44
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -87,7 +87,7 @@ EXTRA_FILES = Makefile
|
||||||
|
|
||||||
C++ = g++
|
C++ = g++
|
||||||
CC = gcc
|
CC = gcc
|
||||||
XXD := $(shell command -v xxd)
|
XXD := $(shell command -v xxd 2> /dev/null)
|
||||||
|
|
||||||
STORE = build/$(TYPE)
|
STORE = build/$(TYPE)
|
||||||
SOURCE := $(foreach DIR,$(DIRS),$(wildcard $(DIR)/*.cpp))
|
SOURCE := $(foreach DIR,$(DIRS),$(wildcard $(DIR)/*.cpp))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue