source: Makefile @ 103:8662f632b66a

Last change on this file since 103:8662f632b66a was 84:40fcda7d3493, checked in by fnevgeny, 16 years ago

"upload" make target.

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