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
RevLine 
[33002]1compile: TabProcTextGen.class TabRndListGen.class
[33000]2
3%.class: %.java
4 javac $<
5
[33002]6filter-full-500:
7 java TabProcTextGen hathiFull.txt hathiFullIDList-MU.txt MU
[33017]8 ./metadata-formater.sh
[33002]9 java TabRndListGen hathiFullIDList-MU.txt 500 hathiFullRnd500List-MU.txt
[33000]10
11
Note: See TracBrowser for help on using the repository browser.