source: Makefile @ 114:5620814244b5

Last change on this file since 114:5620814244b5 was 114:5620814244b5, checked in by fnevgeny, 15 years ago

Renamed build ->pack target.

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