mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-12 17:47:22 -07:00
Missing platform in fpga_compress Makefile
This commit is contained in:
parent
2154b4c3eb
commit
47bcee05ad
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ LD = g++
|
|||
RM = rm -f
|
||||
MV = mv
|
||||
|
||||
platform = $(shell uname)
|
||||
|
||||
VPATH = ../../common/zlib
|
||||
OBJDIR = obj
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue