source: trunk/Makefile @ 23

Last change on this file since 23 was 17, checked in by sam, 13 years ago

Move C++ code in an src/ subdirectory.

File size: 63 bytes
Line 
1
2all:
3        cd src && $(MAKE) all
4
5clean:
6        cd src && $(MAKE) clean
7
Note: See TracBrowser for help on using the repository browser.