diff options
| author | Diego Roversi <diegor@tiscali.it> | 2019-09-08 18:12:27 +0200 |
|---|---|---|
| committer | Diego Roversi <diegor@tiscali.it> | 2019-09-08 18:12:27 +0200 |
| commit | 1d9925c287b318ec21343e2682b51ab6a36ae8db (patch) | |
| tree | 17d1c0ac21eea6f291146520afa8381db4586fb4 /java/Makefile | |
initial commit from cvs 1.6.2
Diffstat (limited to 'java/Makefile')
| -rw-r--r-- | java/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile new file mode 100644 index 0000000..a24bc68 --- /dev/null +++ b/java/Makefile @@ -0,0 +1,2 @@ +pclient.class: pclient.java + javac -target 1.1 pclient.java |
