nte : blowfish.c blowfish.h md5.c md5.h nte.c sha256.c sha256.h
	cc -o nte nte.c blowfish.c md5.c sha256.c

clean :
	rm nte
