aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2016-06-20 17:20:17 +0200
committerEugene Kliuchnikov <eustas@google.com>2016-06-20 17:20:17 +0200
commit6a078b17d75d6445eb08c906032be2110adce87b (patch)
tree6110de340ee85280507b00d29f3177271d7bad29 /Makefile
parentf836c9459f99da11a56234f09641e940aafb761e (diff)
downloadbrotli-6a078b17d75d6445eb08c906032be2110adce87b.zip
brotli-6a078b17d75d6445eb08c906032be2110adce87b.tar.gz
brotli-6a078b17d75d6445eb08c906032be2110adce87b.tar.bz2
Update encoder
* reorganize premake artifacts * remove deprecated methods/struct
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2dece38..b64c87f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
include buildfiles/gmake/config.make
-TARGETS=all clean brotli_common brotli_dec brotli_enc bro help
+TARGETS=all clean brotli_common brotli_dec brotli_enc brotli bro help
.PHONY: $(TARGETS) install