Sha256: 668a33b66d2f2d4b668d7bb00ccee9f93d468c8f5a2095accf1cebc65442153b

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

Q=@
ifdef V
Q=
endif

all :
	@echo "Compiling ext/text_width ..."
	rake compile
	@echo "Compiling libxlsxwriter ..."
	$(Q)$(MAKE) -C libxlsxwriter

clean :
	$(Q)$(MAKE) clean -C libxlsxwriter

install :
	@echo "Nothing to install"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fast_excel-0.2.6 Makefile