6 lines
247 B
Makefile
6 lines
247 B
Makefile
test_avec_cipher: main.c rondoudou_patch2.c rondoudou_patch2.h
|
|
gcc -g main.c rondoudou_patch2.c -o test_avec_cipher
|
|
|
|
test_sans_cipher: main.c rondoudou_patch2.c rondoudou_patch2.h
|
|
gcc -g main.c rondoudou_patch2.c -DNOCIPHER -o test_sans_cipher
|
|
|