Changeset 33002 for other-projects


Ignore:
Timestamp:
2019-04-09T15:58:35+12:00 (5 years ago)
Author:
cpb16
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/is-sheet-music-encore/trunk/java-gen-corpus/Makefile

    r33000 r33002  
    1 
    2 compile: TabProcessorTextGen.class
    3 
     1compile: TabProcTextGen.class TabRndListGen.class
    42
    53%.class: %.java
    64    javac $<
    75
    8 filter-full:
    9     java TabProcessorTextGen hathiFull.txt
     6filter-full-500:
     7    java TabProcTextGen hathiFull.txt hathiFullIDList-MU.txt MU
     8    java TabRndListGen hathiFullIDList-MU.txt 500 hathiFullRnd500List-MU.txt
    109
    1110
Note: See TracChangeset for help on using the changeset viewer.