Missing platform in fpga_compress Makefile

This commit is contained in:
Philippe Teuwen 2019-08-11 22:30:04 +02:00
parent 2154b4c3eb
commit 47bcee05ad

View file

@ -10,6 +10,8 @@ LD = g++
RM = rm -f
MV = mv
platform = $(shell uname)
VPATH = ../../common/zlib
OBJDIR = obj