This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
agario-webclient/Makefile
Geoffrey Frogeye 48397199c5 Initial commit
Note: Some balls don't render. This is mostly a prevent-lost-work commit.
2015-06-05 16:22:41 +02:00

4 lines
151 B
Makefile

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