Revision: | 23 |
Committed: | Mon Jul 7 23:06:52 2008 UTC (13 years, 11 months ago) by wdelano | File size: | 116 byte(s) |
Log Message: | changes for win32 |
Line | File contents |
---|---|
1 | |
2 | all: |
3 | cd src;make |
4 | |
5 | install: |
6 | install src/mpeg_encode.exe $(FREEMOL)/bin |
7 | |
8 | clean: |
9 | rm -f src/*.o src/mpeg_encode.exe |