getpass: getpass.c
	gcc2 -O2 -g -o getpass $(CFLAGS) getpass.c

clean:
	rm -f getpass getpass.o
