Last change
on this file since 222 was
205,
checked in by ecprice, 17 years ago
|
A monster checkin, with a variety of changes to the web
infrastructure.
Adds some support for javascript and asynchronous updates.
Also added prototype.
The interface is *really* *slow*, though.
|
File size:
180 bytes
|
Line | |
---|
1 | TEMPLATES=functions.tmpl skeleton.tmpl |
---|
2 | OUTPUTS=$(TEMPLATES:.tmpl=.py) |
---|
3 | |
---|
4 | all: ${OUTPUTS} |
---|
5 | |
---|
6 | ${OUTPUTS}:${TEMPLATES} |
---|
7 | cheetah compile $^ |
---|
8 | |
---|
9 | clean: |
---|
10 | @rm -f ${OUTPUTS} *.pyo *.pyc *.py.bak |
---|
Note: See
TracBrowser
for help on using the repository browser.