source: tags/asap2.2.0/Makefile

Last change on this file 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
Line 
1# Makefile to make integration into IDE's easier as they don't (yet) support scons
2
3all:
4        @$(SCONS)
5
6clean:
7        @$(SCONS) -c
Note: See TracBrowser for help on using the repository browser.