Revision: | 47 |
Committed: | Mon Jul 28 20:16:38 2008 UTC (13 years, 9 months ago) by wdelano | File size: | 234 byte(s) |
Log Message: | install licenses too |
Line | File contents |
---|---|
1 | |
2 | all: |
3 | cd src;make |
4 | |
5 | install: |
6 | install -d $(FREEMOL)/bin |
7 | install src/mpeg_encode.exe $(FREEMOL)/bin |
8 | install -d $(FREEMOL)/licenses |
9 | install src/COPYRIGHT $(FREEMOL)/licenses/mpeg_encode.txt |
10 | |
11 | clean: |
12 | rm -f src/*.o src/mpeg_encode.exe |