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