Corrected interferace to interface

This commit is contained in:
Flame Soulis 2018-09-03 18:21:04 -04:00
parent 8314386426
commit b5f1c82e61

View file

@ -77,7 +77,7 @@ Start compilation of the server and get a cup of coffee:
make domain-server assignment-client make domain-server assignment-client
``` ```
To compile interferace: To compile interface:
```bash ```bash
make interface make interface
``` ```