source: Makefile @ 83:faef70be51ad

Last change on this file since 83:faef70be51ad was 81:e444efa5a1c3, checked in by fnevgeny, 16 years ago

Added make 'api' target.

File size: 307 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
16clean:
17        $(GENERATOR) clean
Note: See TracBrowser for help on using the repository browser.