fix xxd check

This commit is contained in:
Jethro Grassie 2019-05-04 14:15:01 -04:00
parent 0467db62b5
commit 0264462f44
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ EXTRA_FILES = Makefile
C++ = g++
CC = gcc
XXD := $(shell command -v xxd)
XXD := $(shell command -v xxd 2> /dev/null)
STORE = build/$(TYPE)
SOURCE := $(foreach DIR,$(DIRS),$(wildcard $(DIR)/*.cpp))