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

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

To process a tab-delimited HathiTrust file and filter down to open Music format

File size: 121 bytes
Line 
1
2compile: TabProcessorTextGen.class
3
4
5%.class: %.java
6 javac $<
7
8filter-full:
9 java TabProcessorTextGen hathiFull.txt
10
11
Note: See TracBrowser for help on using the repository browser.