source:
trunk/Makefile
@
68
Last change on this file since 68 was 68, checked in by , 12 years ago | |
---|---|
File size: 111 bytes |
Line | |
---|---|
1 | |
2 | all: |
3 | cd art && $(MAKE) all |
4 | cd src && $(MAKE) all |
5 | |
6 | clean: |
7 | cd art && $(MAKE) clean |
8 | cd src && $(MAKE) clean |
9 |
Note: See TracBrowser
for help on using the repository browser.