This repository has been archived on 2019-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
agario-webclient/Makefile

4 lines
151 B
Makefile
Raw Normal View History

bundle.js: loader.js client/agario-client.js
browserify $< -o /tmp/agario-webclient-makefile -i buffer-dataview -i ws
sed -i '/var WebSocket/d' $@