Revision: | 29 |
Committed: | Tue Jul 8 19:22:35 2008 UTC (13 years, 11 months ago) by tjod | File size: | 108 byte(s) |
Log Message: | add files for configure and make |
Line | User | Rev | File contents |
---|---|---|---|
1 | tjod | 29 | |
2 | all: | ||
3 | cd src;make | ||
4 | |||
5 | install: | ||
6 | install src/mengine.exe $(FREEMOL)/bin | ||
7 | |||
8 | clean: | ||
9 | rm -f src/*.o src/mengine.exe |