source: Makefile @ 176:e4cebe9dc525

Last change on this file since 176:e4cebe9dc525 was 168:7348142813d1, checked in by fnevgeny, 14 years ago

Update build before rsync'ing.

File size: 426 bytes
RevLine 
[74]1################################################################################
2# SETTINGS
3################################################################################
4
5GENERATOR = ./generate.py
6
7all:
8        $(GENERATOR) source
9
[114]10pack:
[140]11        $(GENERATOR) build && zip -r pf.zip build
[74]12
[81]13api:
14        $(GENERATOR) api
15
[84]16upload:
[168]17        $(GENERATOR) build && \
18                rsync -av --rsh=ssh build/ plasma-gate:public_html/pf
[84]19
[74]20clean:
21        $(GENERATOR) clean
Note: See TracBrowser for help on using the repository browser.