mirror of
https://github.com/google/brotli.git
synced 2024-11-22 03:30:07 +00:00
6a078b17d7
* reorganize premake artifacts * remove deprecated methods/struct
13 lines
287 B
Makefile
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)
|