CC	= gcc
CFLAGS	= -Wall -pedantic -O3 -DNDEBUG

phantom: filecrypt.c phantom.c
