Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. all: compileJava run
  2.  
  3. compileJava:
  4. javac *.java -d .
  5.  
  6.  
  7. run: compileJava
  8. java MonApplication
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement