all:
	gcc target.c -o target
	gcc encrypt_target.c -o encrypt_target
