mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Reorganized directory structure
This commit is contained in:
11
guacamole/web-client/Makefile
Normal file
11
guacamole/web-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