8 lines
122 B
Makefile
8 lines
122 B
Makefile
|
|
all:
|
|
javac *.java
|
|
|
|
run:
|
|
java JDOM test-sched.xml > test-sched-dom.html
|
|
java JSAX test-sched.xml > test-sched-sax.html
|