GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
C gitignore improvements
[mirrors/Programs.git]
/
java
/
pong
/
Makefile
Commit
Line
Data
21c4e167
H
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.240373 seconds
and
4
git commands to generate.