GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Exclusive mode seems to work without deadlocks
[mirrors/Programs.git]
/
java
/
pong
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
.PHONY: pong clean
2
3
pong: clean
4
javac pong.java
5
mkdir doc
6
cd doc && javadoc ../pong.java
7
8
clean:
9
rm -rf *.class doc
This page took
0.251695 seconds
and
4
git commands to generate.