Files
guacamole-client/guacamole/client/Makefile
Michael Jumper a1440075d0 Revert "Removed old Java client, added new experimental PHP client."
This reverts commit 95f9da3a71c3e804dfe0457504cdbc0371c9b626.
2010-09-24 02:42:29 -07:00

12 lines
73 B
Makefile

.PHONY: client clean
all: client
client:
ant war
clean:
ant clean