Skip to content

Commit 93a9110

Browse files
committed
modifs make et readme
1 parent aa01550 commit 93a9110

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

server/dictionnary/README.TXT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Moteur de jeu en C :
22

33
- Pour compiler le moteur :
44
se placer dans ce dossier (dictionnary) et lancer les commandes suivantes dans le terminal :
5-
make all
6-
make clean
5+
Pour tout compiler : make all
6+
Pour compiler 1 seul module : make <module> puis make clean (car c'est plus effiace quand c'est propre :) )
77

88
installer make sur windows :
99
https://www.youtube.com/watch?v=a3ejgWLqelQ

server/dictionnary/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
PROJDIR := $(realpath $(CURDIR)/..)
22
SOURCEDIR := $(PROJDIR)/dictionnary/src
33
BUILDDIR := $(PROJDIR)/dictionnary/executables
4-
VERBOSE = TRUE
54
CC = gcc
65

76

0 commit comments

Comments
 (0)