all: test test_sans_cipher: test_chiffrement.c rondoudouPatch.c rondoudouPatch.h gcc -Wall -g test_chiffrement.c rondoudouPatch.c -DNOCIPHER -o test_sans_cipher test_avec_cipher: test_chiffrement.c rondoudouPatch.c rondoudouPatch.h gcc -Wall -g test_chiffrement.c rondoudouPatch.c -o test_avec_cipher clean: rm -f test