source: other-projects/is-sheet-music-encore/trunk/java-gen-corpus/Makefile@ 33017

Last change on this file since 33017 was 33017, checked in by cpb16, 5 years ago

Renamed Downloaders as .sh; Completed a metadata formater script; Creating a metadata extractor java program; Have found error in code for downloading records. Commandline thinks that some ids are directories, need to correct that

File size: 256 bytes
Line 
1compile: TabProcTextGen.class TabRndListGen.class
2
3%.class: %.java
4 javac $<
5
6filter-full-500:
7 java TabProcTextGen hathiFull.txt hathiFullIDList-MU.txt MU
8 ./metadata-formater.sh
9 java TabRndListGen hathiFullIDList-MU.txt 500 hathiFullRnd500List-MU.txt
10
11
Note: See TracBrowser for help on using the repository browser.