/Makefile
http://github.com/biilmann/eventsource-broker · Makefile · 9 lines · 8 code · 1 blank · 0 comment · 1 complexity · 3ca61a95cfa5672a74c668896fc07d8e MD5 · raw file
- RELEASE_DIR = dist/app
- all:
- mkdir -p $(RELEASE_DIR)
- cabal install -flibev
- cp dist/build/eventsource-broker/eventsource-broker $(RELEASE_DIR)/eventsource-broker
- cp -r static $(RELEASE_DIR)
- cp -r templates $(RELEASE_DIR)
- cd dist && tar -czf eventsource-broker.tar.gz app/