source: Makefile @ 100:e7d27289faaf

Last change on this file since 100:e7d27289faaf was 84:40fcda7d3493, checked in by fnevgeny, 16 years ago

"upload" make target.

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