server ignore and at compile command to readme

This commit is contained in:
s449273 2019-11-24 12:23:04 +01:00
parent 41e7a2c09f
commit 3363bb398b
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,2 @@
--module-path PATH_TO_PROJECT/libs --add-modules javafx.controls,javafx.fxml
--module-path PATH_TO_PROJECT/libs --add-modules javafx.controls,javafx.fxml
gcc -o ./server/server ./server/server.c

1
server/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
server