mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
Revert "Removed old Java client, added new experimental PHP client."
This reverts commit 95f9da3a71c3e804dfe0457504cdbc0371c9b626.
This commit is contained in:
committed by
Michael Jumper
parent
8f3e6a7340
commit
a1440075d0
11
guacamole/client/Makefile
Normal file
11
guacamole/client/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
.PHONY: client clean
|
||||
|
||||
all: client
|
||||
|
||||
client:
|
||||
ant war
|
||||
|
||||
clean:
|
||||
ant clean
|
||||
|
Reference in New Issue
Block a user