all:	ekgwap

ekgwap:
	gcc -O2 ekgwapd.c -o ekgwapd -lcrypt -Wall

clean:
	rm -f ekgwapd

