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

clean :
	rm nte
