source: trunk/Makefile @ 1343

Last change on this file since 1343 was 1343, checked in by mar637, 17 years ago

This is now jusrt a helper makfile for IDE, to enable them to call scons

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 122 bytes
RevLine 
[1343]1# Makefile to make integration into IDE's easier as they don't (yet) support scons
[372]2
[1343]3all:
4        @$(SCONS)
[1305]5
[633]6clean:
[1343]7        @$(SCONS) -c
Note: See TracBrowser for help on using the repository browser.