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