diff options
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 |