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