brotli/Makefile
Eugene Kliuchnikov 6a078b17d7 Update encoder
* reorganize premake artifacts
* remove deprecated methods/struct
2016-06-20 17:20:17 +02:00

13 lines
287 B
Makefile

include buildfiles/gmake/config.make
TARGETS=all clean brotli_common brotli_dec brotli_enc brotli bro help
.PHONY: $(TARGETS) install
$(TARGETS):
@${MAKE} -C buildfiles/gmake $@
install:
@echo "copy include and libraries to $(prefix)"
$(error Installation is not implemented yet)