mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-01-22 09:19:55 +00:00
20 lines
272 B
Markdown
20 lines
272 B
Markdown
Wordsearch
|
|
==========
|
|
|
|
Compiling
|
|
---------
|
|
|
|
A simple ```Makefile``` is provided:
|
|
|
|
```
|
|
$ make
|
|
```
|
|
|
|
Once built, you need to make a "war" file to deploy to your J2EE container (tested on Tomcat)
|
|
|
|
```
|
|
$ cd war && jar cfv ../wordsearch.war .
|
|
```
|
|
|
|
Then deploy your war file :-)
|