source:
trunk/Makefile@
1377
Last change on this file since 1377 was 1343, checked in by , 18 years ago | |
---|---|
|
|
File size: 122 bytes |
Rev | Line | |
---|---|---|
[1343] | 1 | # Makefile to make integration into IDE's easier as they don't (yet) support scons |
[372] | 2 | |
[1343] | 3 | all: |
4 | @$(SCONS) | |
[1305] | 5 | |
[633] | 6 | clean: |
[1343] | 7 | @$(SCONS) -c |
Note:
See TracBrowser
for help on using the repository browser.