Subversion Repositories programming

Rev

Rev 412 | Rev 414 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

all: Project1.class
        @echo "Build Finished!"

%.class: %.java
        javac $<

clean:
        rm -f *.class