all: root-password

root-password: root-password.c
	$(CC) -o root-password $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) `pkg-config --cflags --libs gtk+-2.0` -lcrypt root-password.c
