getpass: getpass.c
	$(CC) -o getpass $(CFLAGS) getpass.c

clean:
	rm -f getpass getpass.o
