source: branches/classes/c/c_mm/makefile

Last change on this file was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 73 bytes
Line 
1# Makefile
2
3OBJECTS =
4
5all:
6 cd ../. && make
7
8clean:
9 rm *.*~
10
Note: See TracBrowser for help on using the repository browser.