source: Makefile @ 124:1d1c6bf3621f

Last change on this file since 124:1d1c6bf3621f was 114:5620814244b5, checked in by fnevgeny, 16 years ago

Renamed build ->pack target.

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