We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa01550 commit 93a9110Copy full SHA for 93a9110
server/dictionnary/README.TXT
@@ -2,8 +2,8 @@ Moteur de jeu en C :
2
3
- Pour compiler le moteur :
4
se placer dans ce dossier (dictionnary) et lancer les commandes suivantes dans le terminal :
5
-make all
6
-make clean
+Pour tout compiler : make all
+Pour compiler 1 seul module : make <module> puis make clean (car c'est plus effiace quand c'est propre :) )
7
8
installer make sur windows :
9
https://www.youtube.com/watch?v=a3ejgWLqelQ
server/dictionnary/makefile
@@ -1,7 +1,6 @@
1
PROJDIR := $(realpath $(CURDIR)/..)
SOURCEDIR := $(PROJDIR)/dictionnary/src
BUILDDIR := $(PROJDIR)/dictionnary/executables
-VERBOSE = TRUE
CC = gcc
0 commit comments