Suppression de l'exécutable et ajout d'un makefile
This commit is contained in:
parent
de7e4a2bd3
commit
c5103eda57
3 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
serveur
|
||||
client
|
||||
attaque
|
||||
lib/test
|
2
lib/Makefile
Normal file
2
lib/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
test: test_chiffrement.c rondoudouPatch.c rondoudouPatch.h
|
||||
gcc -Wall -g test_chiffrement.c rondoudouPatch.c -o test
|
BIN
lib/test
BIN
lib/test
Binary file not shown.
Loading…
Reference in a new issue