GITLAB
Christopher Yin / Lab5
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
5ae0cd4a08b942edff92aa29aca54bc2799b3384
master
5ae0cd4a08b942edff92aa29aca54bc2799b3384
lab5
Makefile
5ae0cd4a0
Updated Makefile
Browse Code »
Christopher Yin
8 years ago
Makefile
92 Bytes
edit
raw
blame
history
1
2
3
4
task
:
@javac
./lib/Hello.java .lib/Greeter.java
@cd
.
/lib/
; java Hello
@rm
.
/lib/
*.class