source: tradir/charm/Makefile @ 177

Last change on this file since 177 was 177, checked in by (none), 14 years ago
File size: 149 bytes
Line 
1CC=/home/blondu/Downloads/charm/bin/charmc $(OPTS)
2
3pgm : pgm.ci pgm.h pgm.C
4        $(CC) -c pgm.ci
5        $(CC) -c pgm.C
6        $(CC) -o pgm pgm.o -language charm++
7
Note: See TracBrowser for help on using the repository browser.