source: Makefile @ 77:c40d68b6c4a2

Last change on this file since 77:c40d68b6c4a2 was 74:cf622a0af791, checked in by fnevgeny, 16 years ago

Makefile updated.

File size: 283 bytes
Line 
1################################################################################
2# SETTINGS
3################################################################################
4
5GENERATOR = ./generate.py
6
7all:
8        $(GENERATOR) source
9
10build:
11        $(GENERATOR) build
12
13clean:
14        $(GENERATOR) clean
Note: See TracBrowser for help on using the repository browser.