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

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

Added args compatilibility to java programs and updated makefile to suit
all

File size: 232 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 java TabRndListGen hathiFullIDList-MU.txt 500 hathiFullRnd500List-MU.txt
9
10
Note: See TracBrowser for help on using the repository browser.