Revision: | 29 |
Committed: | Tue Jul 8 19:22:35 2008 UTC (13 years, 10 months ago) by tjod | File size: | 108 byte(s) |
Log Message: | add files for configure and make |
Line | File contents |
---|---|
1 | |
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 |